Hello,
I have written an address book and for its database, I used Access to create a .mdb database and store my data programmatically into this .mdb file.
However, the problem is that when reading and saving data to this kind of database I have to use Jet 4.0 which is NOT available on 64-bit systems and I have to compile my application as 32-bit in order to run on all systems.
I just want to know how is upgrade to SQL?
I never used SQL, can I create a stand-alone database file using SQL like Access and create tables/fields so I can modify it programmatically?
I also need the database file to be independent and don't need any special requirements to run on target systems, like the .mdb file I've created in Access!
Please advise
I have written an address book and for its database, I used Access to create a .mdb database and store my data programmatically into this .mdb file.
However, the problem is that when reading and saving data to this kind of database I have to use Jet 4.0 which is NOT available on 64-bit systems and I have to compile my application as 32-bit in order to run on all systems.
I just want to know how is upgrade to SQL?
I never used SQL, can I create a stand-alone database file using SQL like Access and create tables/fields so I can modify it programmatically?
I also need the database file to be independent and don't need any special requirements to run on target systems, like the .mdb file I've created in Access!
Please advise