How do I connect chillisoft ASP with a MYSQL database?
For example, connecting to SQL Server from ASP we use a header file:
<!-Metadata Type = "typelib" FILE="C://Program Files/Common Files/System/ADO/msado15.dll"-!>
What is the equivalent to connect to a MySql Database.