[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] RAQ4i and MySQL
- Subject: [cobalt-developers] RAQ4i and MySQL
- From: "Bob Coomes" <bcoomes@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu Jan 25 16:20:41 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
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