index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Jan 26 2005, 12:59 PM |
| ||||||
ccrich 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 |
| ||||||
ghost 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=;" & _ ------------------------- Ghost | ||||||
Jan 27 2005, 6:08 AM |
| ||||||
ccrich 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] |