index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Configuration :: (3)Post a New Message | Post a Reply
Jan 26 2005, 12:59 PM
 ConfigurationPost a Reply
 ccrich

View this author's profile Send this author a private message Visit author's homepage

from: San Antonio, TX

I get the following error:

Errors Occured!
Error #:-2147467259
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

I am using:

objWiz.Initstr(ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};DESC=;" & _
"DATABASE=YOUR_DATABASE;SERVER=YOUR_SERVER_NAME;" & _
"UID=YOUR_USERNAME;PASSWORD=YOUR_PASSWORD;" &  _
"PORT=;OPTION=0;STMT=;" )

I have filled in the appropriate Database Name, Server, etc.
and i get the enclosed error.

Whats wrong? Please help!

Jan 26 2005, 1:15 PM
 Re: ConfigurationPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Correct this: objWiz.Initstr(ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver}; ...
to this: objWiz.Initstr("DRIVER={MySQL ODBC 3.51 Driver}; ....

Make sure that your MySQL ODBC driver's version corresponds to the one in your connection string. for example:

objWiz.Initstr("DRIVER={MySQL ODBC 3.51 Driver};DESC=;" & _
"DATABASE=YOUR_DATABASE;SERVER=YOUR_SERVER_NAME;" & _
"UID=YOUR_USERNAME;PASSWORD=YOUR_PASSWORD;" &  _
"PORT=;OPTION=0;STMT=;" )







-------------------------
Ghost
Jan 27 2005, 6:08 AM
 Re: ConfigurationPost a Reply
 ccrich

View this author's profile Send this author a private message Visit author's homepage

from: San Antonio, TX

Thanks for replying Ghost!

I made the correctins you sugested. It did not work. Same error message.

ODBC Data Source is configured and passess the the connection test to server.

I am sure its probably something simple.. I will keep hacking at it.

I appreciate all your help.

Pages: (1)   [1]

search this forum: