Iam using VB 6.0, MS Access as Data base.
I Want to connect Access using API from VB, with out using DSN.
How to do it. Hence i can install in any system, any directory with out creating dsn in that system.
I also dont want to give the path like ..
c:\somepath\mydb.mdb
since , If i install the program in D:/different Path.access.mdb,
It will say that .mdb does not exixt.
I want it using Windows API functions only.
