|
Does anyone have any sample Classic ASP/VBScript code for accessing a MySQL database?
I have tried a ton of code I found through Google, but nothing seems to work.
Would just like a small piece of code that connects to a MySQL server and database and passes a simple "SELECT title FROM mytable" and displays all the results.
|