add SQL_CATALOG and SQL_LOG filename variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -93,6 +93,9 @@
|
|||||||
|
|
||||||
DbList WXDLLEXPORT *PtrBegDbList = 0;
|
DbList WXDLLEXPORT *PtrBegDbList = 0;
|
||||||
|
|
||||||
|
char const *SQL_LOG_FILENAME = "sqllog.txt";
|
||||||
|
char const *SQL_CATALOG_FILENAME = "catalog.txt";
|
||||||
|
|
||||||
#ifdef __WXDEBUG__
|
#ifdef __WXDEBUG__
|
||||||
extern wxList TablesInUse;
|
extern wxList TablesInUse;
|
||||||
#endif
|
#endif
|
||||||
@@ -101,7 +104,7 @@ DbList WXDLLEXPORT *PtrBegDbList = 0;
|
|||||||
enum sqlLog SQLLOGstate = sqlLogOFF;
|
enum sqlLog SQLLOGstate = sqlLogOFF;
|
||||||
|
|
||||||
//char SQLLOGfn[DB_PATH_MAX+1] = SQL_LOG_FILENAME;
|
//char SQLLOGfn[DB_PATH_MAX+1] = SQL_LOG_FILENAME;
|
||||||
char *SQLLOGfn = SQL_LOG_FILENAME;
|
char *SQLLOGfn = (char*) SQL_LOG_FILENAME;
|
||||||
|
|
||||||
// The wxDB::errorList is copied to this variable when the wxDB object
|
// The wxDB::errorList is copied to this variable when the wxDB object
|
||||||
// is closed. This way, the error list is still available after the
|
// is closed. This way, the error list is still available after the
|
||||||
|
Reference in New Issue
Block a user