ASP pages and ADO recordsets

2001-11-29 Thread GRC
Hi, I am trying to modify some ASP pages that (already) work with an Access database so that they will work with mySQL database instead. (an example is below) I have been able to read data from mysql and the edit page SEEMS to work - no errors from ASP - however the database is not updated.

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 =