[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] RAQ4i and MySQL



I'm currently testing a RAQ4i with MySQL installed.  Problem is that I don't
know how to connect to the db using ASP (vbscript).

On my NT server using an Access db, I use the following for a dsnless
connection:

set objConn=server.createobject("ADODB.connection")
strConn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=data.mdb;User
Id=admin;Password=;"
objConn.Open strConn

How would I go about doing the same thing on a RAQ with MySQL?  I'm trying
to avoid using a dsn, but if that's the only way, please send instructions
how to go about it that way.


Thanks if advance for any help,

Bob Coomes
bcoomes@xxxxxxxxx