i am using vb6 as front end and back end as ms access. I have created software on my standlone pc on d: drive . i am using ado connection for connecting to .mdb database. I made .exe of project and created a deployment package using setup factory version 5 software. When i installed this package on d:\ drive then it works fine. but if i installed it on any other drive then it gives me runtime error -2147467259(80004005) and msessage invalid database path. I am using App.path + "\filename.mdb" in the connectivity


i a new and unexperianced one please help me