Forum Discussion
HKosova
Alumni
14 years agoHi Meha,
This seems to be a common issue with MySQL according to the Google search results:
http://www.google.com/search?q=mysql+%22%5BODBC+Driver+Manager%5D+Data+source+name+not+found+and+no+default+driver+specified%22
Since you talk to the database using Microsoft ADO scripting objects (ADODB.Connection and ADODB.Recordset), the issue most likely has nothing to do with TestComplete, but rather with your ODBC configuration. So please double-check your connection string syntax at http://connectionstrings.com/mysql#p31 and check with your database administrator to troubleshoot the issue.
Good luck!
This seems to be a common issue with MySQL according to the Google search results:
http://www.google.com/search?q=mysql+%22%5BODBC+Driver+Manager%5D+Data+source+name+not+found+and+no+default+driver+specified%22
Since you talk to the database using Microsoft ADO scripting objects (ADODB.Connection and ADODB.Recordset), the issue most likely has nothing to do with TestComplete, but rather with your ODBC configuration. So please double-check your connection string syntax at http://connectionstrings.com/mysql#p31 and check with your database administrator to troubleshoot the issue.
Good luck!