AODBC

Libraries

The AODBC back-end requires access to the ODBC interface of AllegroCL named DBI. This interface is not available in the trial version of AllegroCL

Initialization

Use

(require 'aodbc-v2)
(asdf:operate 'asdf:load-op 'clsql-aodbc)
	  

to load the AODBC back-end. The database type for the AODBC back-end is :aodbc.

Connection Specification

Syntax of connection-spec

	    (dsn user password)
	  

Description of connection-spec

dsn

String representing the ODBC data source name.

user

String representing the user name to use for authentication.

password

String representing the unencrypted password to use for authentication.

Notes

None.