The AODBC back-end requires access to the ODBC interface of AllegroCL.
Use
(asdf:operate 'asdf:load-op 'clsql-aodbc)
to load the MySQL back-end. The database type for the AODBC back-end is :aodbc.
(dsn user password)
String representing the ODBC data source name.
String representing the user name to use for authentication.
String representing the unencrypted password to use for authentication.