Hai,
I have create a vb6 application with MS access back end. Right now while am clicking on the exe file it showing the following error.
Please help me out!!Code:runtime error 2147467259(80004005) network error
Tanks in advance
Printable View
Hai,
I have create a vb6 application with MS access back end. Right now while am clicking on the exe file it showing the following error.
Please help me out!!Code:runtime error 2147467259(80004005) network error
Tanks in advance
Thread moved to 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)
You haven't given enough info yet, some things we will need to know:
What method are you using to connect to the database? (eg: ADO code/ADO control/DAO control/...)
What database related code have you got in Form_Load etc?
What is your connection string?
Also, can you post a snapshot of your error message?
I am guessing here... If you get an error message like this
Then the only thing that comes to my mind is that the user doesn't have enough right(s) to access that folder/file.Quote:
Run-time error '-2147467259 (80004005)':
'c:\mypath\Mydatabse.mdb' IS NOT A VALID PATH. MAKE SURE
THAT THE PATH NAME IS SPELLED CORRECTLY AND THAT YOU ARE
CONNECTED TO THE SERVER ON WHICH THE FILE RESIDES.
But I will only be able to comment more after you answer Si's questions on top and after looking at the snapshot...