From 7ff510f86da4e60a8bde51d9874729bb518f3ae0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 16 Apr 2004 21:53:16 +0000 Subject: [PATCH] r9035: add odbc interface --- doc/entities.inc | 1 + doc/intro.xml | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/entities.inc b/doc/entities.inc index fafa3dd..2f089b0 100644 --- a/doc/entities.inc +++ b/doc/entities.inc @@ -11,6 +11,7 @@ MySQL"> PostgreSQL"> SQLite"> +ODBC"> AODBC"> CMUCL"> SCL"> diff --git a/doc/intro.xml b/doc/intro.xml index a1457a6..044ec08 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -42,7 +42,7 @@ Optimized loading of integer and floating-point fields. - Additional database backends: &acl; ODBC and &sqlite;. + Additional database backends: &odbc;, &aodbc;, and &sqlite;. A compatibility layer for &cmucl; specific code. @@ -125,8 +125,8 @@ &postgresql; v7.2 with both direct API and TCP socket connections. &sqlite;. - Allegro's ODBC interface (&aodbc;) using iODBC - ODBC manager. + Direct &odbc; interface. + Allegro's DB interface (&aodbc;). @@ -235,6 +235,8 @@ (asdf:operate 'asdf:load-op 'clsql-mysql) ; MySQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql) ; PostgreSQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql-socket) ; Socket PGSQL interface +(asdf:operate 'asdf:load-op 'clsql-odbc) ; ODBC interface +(asdf:operate 'asdf:load-op 'clsql-sqlite) ; SQLite interface (asdf:operate 'asdf:load-op 'clsql-aodbc) ; Allegro ODBC interface (asdf:operate 'asdf:load-op 'clsql) ; main CLSQL package -- 2.34.1