这是我第一次尝试与数据库合作,我也这样做。
I need to write a program that will use a database that I do not have access to yet. I know there is MySQL, SQLite, and a bunch of other SQL things, but I m not sure what the difference between them is. Do I need to know what kind of database it is before I can use it (i.e., is a MySQL .db file different from a SQLite .db file?), or is the file itself going to be the same and the difference is how it is accessed?
EDIT:我正在为可能很重要的安乐文片进行规划。 但是,我不会创建数据库,它将提供给我,我必须与之合作。