All Manuals > LispWorks Release Notes and Installation Guide > 10 Configuration on Linux, x86/x64 Solaris & FreeBSD > 10.7 The Common SQL interface

NextPrevUpTopContentsIndex

10.7.1 Loading the Common SQL interface

To load the Common SQL interface to use ODBC enter:

(require "odbc")

and at runtime call:

(sql:initialize-database-type :database-type :odbc)

and then you can connect to any installed ODBC datasource.

To load the Common SQL interface to use MySQL, enter:

(require "mysql")

and at runtime call:

(sql:initialize-database-type :database-type :mysql)

See the LispWorks User Guide and Reference Manual for further information.


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex