DSNless connection from ASP to Linux

2003-07-04 Thread Dietrich Speer
I am trying to to use a DSNless connection from an ASP script( on IIS5) to a MySQL db on Linux. I am trying this: strConnection=_ "driver={MySQL};server=192.168.33.124;uid=me;pwd=mypassword;database=MySQL;o ption=NUM" Set adoDataConn = Server.CreateObject("ADODB.C

DSNless connection from ASP to Linux

2003-07-03 Thread Dietrich Speer
I am trying to to use a DSNless connection from an ASP script( on IIS5) to a MySQL db on Linux. I am trying this: strConnection=_ "driver={MySQL};server=192.168.33.124;uid=me;pwd=mypassword;database=MySQL;o ption=NUM" Set adoDataConn = Server.CreateObject("ADODB.C