Hey fellas,
I recently installed MySQL (version 4 I think). I'm running Windows XP Pro. I went into the command console (msdos) and created a database:
creat table patients...
I created a table too and tried to access it through ASP. It didn't work - please help. I'm a novice in connection.
Code:
strConnString = "driver={MySQL ODBC 3.51 Driver};server=localhost;database=patients;option=NUM"
Set dbConn = Server.CreateObject("ADODB.Connection")
dbConn.Open strConnString