Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I've just downloaded Mysql-obbc-connector driver, and how can I enable this driver to connect to Mysql from vbscript. How can I set up new odbc provider in Odbc source administrator window in Windows 7?

share|improve this question

2 Answers

up vote 1 down vote accepted

Have a look here: http://www.connectionstrings.com/mysql. The one for MySQL Connector/ODBC 3.51 is probably the one you're looking for.

share|improve this answer

For VBsript you probably want to use the OLEDB driver and the OLEDB connection string. See this Stack Overflow question. OLEDB is the native database connectivity in VBScript. Although if you do want to use the ODBC connector, see the the MySql documentation.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.