r1994: *** empty log message ***
[clsql.git] / clsql-aodbc.system
index a9a8c4a931780859168091d32f5ef9365942c6c6..985a7ca7cb4679e20c3b2ed01212071bd0f2a812 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-aodbc.system,v 1.1 2002/03/23 14:04:49 kevin Exp $
+;;;; $Id: clsql-aodbc.system,v 1.3 2002/04/01 05:27:54 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -27,4 +27,7 @@
                 (:file "aodbc-sql" :depends-on ("aodbc-package")))
     :depends-on (:clsql)
     :finally-do
-    (clsql-sys:initialize-database-type :database-type :aodbc))
+    (when (clsql-sys:database-type-library-loaded :aodbc)
+      (clsql-sys:initialize-database-type :database-type :aodbc)))
+
+