LispWorks Release Notes and Installation Guide > 8 Configuration on Mac OS X > 8.7 The Common SQL interface

NextPrevUpTopContentsIndex

8.7.1 Loading Common SQL

To load Common SQL enter, for example:

(require "odbc")

or

(require "oracle")

Initialize the database type at runtime, for example:

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

or

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

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


LispWorks Release Notes and Installation Guide - 21 Dec 2009

NextPrevUpTopContentsIndex