]> git.saurik.com Git - wxWidgets.git/commitdiff
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 19 Nov 2003 14:44:50 +0000 (14:44 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 19 Nov 2003 14:44:50 +0000 (14:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/db.h

index 8bff95b46e676aeb55a9d9733e8a0699fcd577e9..1c007c953c4a8bba80fea02f505f047758edbd7d 100644 (file)
@@ -491,7 +491,7 @@ private:
     wxDBMS           dbmsType;        // Type of datasource - i.e. Oracle, dBase, SQLServer, etc
 
     // Private member functions
-    bool             getDbInfo(void);
+    bool             getDbInfo(bool failOnDataTypeUnsupported = TRUE);
     bool             getDataTypeInfo(SWORD fSqlType, wxDbSqlTypeInfo &structSQLTypeInfo);
     bool             setConnectionOptions(void);
     void             logError(const wxString &errMsg, const wxString &SQLState);