Jump to content

Recommended Posts

Posted

Hi all,

I try to connect to a MySQL database with ODBC, but the ObjCreate doesn't work!

What am i doing wrong?

$objconn = ObjCreate("ADO.Connection")
$objConn.open("DRIVER={MySQL ODBC 3.51 Driver};server=localhost;database=test;UID=root;PWD=;")

I'm using the latest AutoIT beta 119.

ODBC driver 3.51 is installed, and the Test-Button returns success!

I'm getting this error message:

Posted Image

Pleas help me.... :think:

Thank you

Peter

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...