add SQL_CATALOG and SQL_LOG filename variablesas extern
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
// source such as opening and closing the data source.
|
// source such as opening and closing the data source.
|
||||||
// Author: Doug Card
|
// Author: Doug Card
|
||||||
// Modified by: George Tasker
|
// Modified by: George Tasker
|
||||||
// Mods: Dec, 1998:
|
// Mods: Dec, 1998:
|
||||||
// -Added support for SQL statement logging and database cataloging
|
// -Added support for SQL statement logging and database cataloging
|
||||||
// April, 1999
|
// April, 1999
|
||||||
// -Added QUERY_ONLY mode support to reduce default number of cursors
|
// -Added QUERY_ONLY mode support to reduce default number of cursors
|
||||||
@@ -89,8 +89,9 @@ enum enumDummy {enumDum1};
|
|||||||
|
|
||||||
const int DB_PATH_MAX = 254;
|
const int DB_PATH_MAX = 254;
|
||||||
|
|
||||||
char * const SQL_LOG_FILENAME = "sqllog.txt";
|
extern char const *SQL_LOG_FILENAME;
|
||||||
char * const SQL_CATALOG_FILENAME = "catalog.txt";
|
extern char const *SQL_CATALOG_FILENAME;
|
||||||
|
|
||||||
|
|
||||||
// Database Globals
|
// Database Globals
|
||||||
const int DB_TYPE_NAME_LEN = 40;
|
const int DB_TYPE_NAME_LEN = 40;
|
||||||
|
Reference in New Issue
Block a user