I am a novice at using database websites. I need to connect to a MySQL database on a remote server using ASP......
I have been given the following by tech support at my ISP (Fasthosts).....
"DRIVER={MySQL ODBC 3.51 Driver};SERVER=data.domain.com;PORT=3306;DATABASE=myDatabase; USER=myUsername;PASSWORD=myPassword;OPTION=3;"
My questions are
Is "DRIVER" a Memory Variable, and if so,
Does "DRIVER" gain a value (True or False) if the connection is successful or not (respectively)?
Can anybody let me have a more complete ASP script which will let me know if the connection has been sucessful or not.
I have been given the following by tech support at my ISP (Fasthosts).....
"DRIVER={MySQL ODBC 3.51 Driver};SERVER=data.domain.com;PORT=3306;DATABASE=myDatabase; USER=myUsername;PASSWORD=myPassword;OPTION=3;"
My questions are
Is "DRIVER" a Memory Variable, and if so,
Does "DRIVER" gain a value (True or False) if the connection is successful or not (respectively)?
Can anybody let me have a more complete ASP script which will let me know if the connection has been sucessful or not.