r9014: odbc backend now working on allegro and lispworks
[clsql.git] / db-odbc / odbc-loader.lisp
index 658da2e53faaca1ea403429d35535f2e063189ae..ef14d4708a60223060daec5d8797c071e1669445 100644 (file)
@@ -41,7 +41,8 @@ set to the right path before compiling or loading the system.")
   *odbc-library-loaded*)
                                      
 (defmethod clsql-base-sys:database-type-load-foreign ((database-type (eql :odbc)))
-  (uffi:load-foreign-library *odbc-library-path*) 
+  (uffi:load-foreign-library *odbc-library-path*
+                            :module "odbc") 
   (setq *odbc-library-loaded* t))
 
 (clsql-base-sys:database-type-load-foreign :odbc)