Feb
18th
Files under MyProject |
Posted by mca
I have added ASP to MySQL chapter for my book. Actually this book must be finished last december, but still pending until now….
The technique is not quite different with native ASP to MS Access/ SQL Server. I just need MyODBC interface that can be downloaded for free from www.MySQL.Com.
Usually I use OLEDB to connect ASP to Access or SQL Server, and I only need replace the connection string with MyODBC. The remaining code is still the same…