Carolinagirl
|
| Posted: 02/11/2005, 12:04 PM |
|
I can connect to the database successfully while configuring the ODBC, but when I get back to the connection set up in code charge I am getting the following error....
Test connection failed because of provider initializaton error.
[MySQL][ODBC 3.51 Driver] Access denied for user 'ODBC'@'localhost' using password ='no'. It is a codecharge Datalink error. HELP!!!
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/11/2005, 12:29 PM |
|
Maybe try the same solution as this user did: http://forums.codecharge.com/posts.php?post_id=56300
(use connection string like:
Provider=MSDASQL.1;Persist Security Info=False;Data Source=mydatabase
)
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|