RE: making a dsn-LESS connection

2001-11-27 Thread Darren S Ball
1 Robbins Road Westford, MA U.S.A 01886 Nothing fancy and nothing Microsoft -Original Message- From: GRC [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 2:44 PM To: [EMAIL PROTECTED] Subject: making a dsn-LESS connection I wish to have my asp pages (on an NT 4.0 iis 4.0

Re: making a dsn-LESS connection

2001-11-27 Thread Bruce and Irene
sage - From: "GRC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 9:43 PM Subject: making a dsn-LESS connection > I wish to have my asp pages (on an NT 4.0 iis 4.0 machine) connect to a > mysql database. > I want to have

making a dsn-LESS connection

2001-11-27 Thread GRC
I wish to have my asp pages (on an NT 4.0 iis 4.0 machine) connect to a mysql database. I want to have the DSN-LESS type of a connection. This DSN version works: ConnectionString = "DSN=myDSNname;User Id=myuserid;Password=aword;" However this DSN-less version does not: ConnectionString = "