Re: Help with VBA & mySQL Workbench
Posted by: Daniel Le Breton
Date: March 22, 2013 02:10AM

Hi,

using debuging mode step by step
do you get one error after executing this line :

Set conn = New ADODB.Connection
conn.Open "DRIVER={MySQL ODBC 5.2a Driver}" _
& ";SERVER=" & server_name _
& ";DATABASE=" & database_name _
& ";UID=" & user_id _
& ";PWD=" & password _

Options: ReplyQuote


Subject
Written By
Posted
Re: Help with VBA & mySQL Workbench
March 22, 2013 02:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.