RE: Problem with MySQL & ASP

2001-03-19 Thread Jacques Venter
/MySQL http://www.scibit.com/Mascon > -Original Message- > From: Craig Atkins [mailto:[EMAIL PROTECTED]] > Sent: 19 March 2001 15:39 > To: '[EMAIL PROTECTED]' > Subject: Problem with MySQL & ASP > > > Hi I am running the latest versions of MySQL an

Problem with MySQL & ASP

2001-03-19 Thread Craig Atkins
Hi I am running the latest versions of MySQL and MyODBC on my windows 200 webserver. I am trying to connect to my database and pull out some simple data with asp. The code i am using is: <% dim db dim strConn dim rs dim QueryStr QueryStr = "SELECT * FROM imagedata" strConn = "mediaSafe" Set