In vb6 How to Set App.Path in .mdb file

App.path is not set in MDB file.

you need to set that in your VB code

ex--

ConnectionString = App.Path & "\MyDB.mdb"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.