Re: Creating set up using the Inno setup
Quote:
Originally Posted by
dilettante
Many applications use Jet MDBs with no encryption or security. Often they'll use an alternate file extension as already described (store.bin instead of store.mdb for example).
how can i change the extension of a database from .mdb to .bin?
after all my program has a connection string that will look for a database with an extension .mdb......so if i change this .mdb to .bin then my program cant find the database.......
please suggest how to go for this:)
Re: Creating set up using the Inno setup
You just change the connection string in the program to use BIN, XYZ, or whatever instead of MDB. The actual value of the extension used isn't important to the Jet OLEDB Provider, it accepts whatever file name you tell it to open.