r9959: more odbc v3 conversions
[clsql.git] / db-odbc / odbc-sql.lisp
index e1ad0c234d03333177ae3c4798777880076ef1ef..31d8a4ecd5692cba9324f68c395a6a978fb92715 100644 (file)
                                                   :password password
                                                   :data-source-name dsn))))
          (store-type-of-connected-database db)
+         ;; Ensure this database type is initialized so can check capabilities of
+         ;; underlying database
+         (initialize-database-type :database-type database-type)
          db)
+      #+ignore
       (error ()        ;; Init or Connect failed
        (error 'sql-connection-error
               :database-type database-type