hansu
Programmer
- Mar 12, 2002
- 89
When I create an .exe file of my project I keep receiving the following error message:
[Microsoft][ODBC Microsoft Access Driver] Invalid Password
I connect to a password protected access database with a connection string like:
strConn = "PROVIDER=MSDASQL; DSN=mydatabase; PWD=mt8901;"
So far I have not found what causes the error. Is there a way to find out where in the compiling process the error is generated?
Whe I run the .exe file the program seems to work fine.
Thanks for any help.
[Microsoft][ODBC Microsoft Access Driver] Invalid Password
I connect to a password protected access database with a connection string like:
strConn = "PROVIDER=MSDASQL; DSN=mydatabase; PWD=mt8901;"
So far I have not found what causes the error. Is there a way to find out where in the compiling process the error is generated?
Whe I run the .exe file the program seems to work fine.
Thanks for any help.