I have Set the DataEnvironment1's connection object (Connection1) to use the Microsoft.Jet.OLEDB.3.51 OLE DB provider.

then i Browsed to the my.mdb database which is on the 'd:' drive on my machine, i tested the connection, and then saved it. its working fine.

now , suppose i want to install this software on a machine on where there is no 'd:' , how can i do this.

can i pass the .mdb file path to the environment at runtime.


------------------
NA