#pragma once #include "IniFile.h" #include "GlobalFun.h" #include #define MAX_SQL_LENGTH 1024*1//1024 * 10 extern CIniFile g_IniFile; extern char g_strDirectory[MAX_PATH + 1]; extern CHAR g_strConnectString[MAX_PATH + 1]; extern CHAR g_strDBType[MAX_PATH + 1];