NextPrevUpTopContentsIndex

7.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 for further information.


LispWorks Release Notes and Installation Guide - 18 Mar 2008

NextPrevUpTopContentsIndex