Hello,
I have
coonnection.Open() ;
but when I start debugging, I get an error
Could not find file "..path..." which is the path of my access database.
Can anybody help me please what could be the problem?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blocked AccountPosted Jul 5, 2013, 3:53 AM
This error is more or less what it says, the database file can not be found. This usually occurs if the path to the database is incorrect.
You need to check that the path to the database is correct (You must use the physical path on the server to the database and not a virtual path).
Thanks
Sunny SharmaPosted Jul 5, 2013, 3:52 AM
See the error: "Could not find file 'C:\Kadrovo\Kadrovo-Natasa'" it's a bit self explanatory. It says that it couldn't find a file. You can see in highlighted error message, it's a path, not a file location. Probably you missed the file name. Check it.
Cheers!