X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-aodbc.system;h=a540a70e2a47b32d2e34843fb36d9106c080c757;hb=1a44400b42310a985f1a27ea8f53da84716955e1;hp=a9a8c4a931780859168091d32f5ef9365942c6c6;hpb=0384597fcf4fdc8b05c48596798606ea5dc58146;p=clsql.git diff --git a/clsql-aodbc.system b/clsql-aodbc.system index a9a8c4a..a540a70 100644 --- a/clsql-aodbc.system +++ b/clsql-aodbc.system @@ -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.2 2002/03/29 08:23:38 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))) + +