// testsqlite3.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "testsqlite3.h" #ifdef _DEBUG #define new DEBUG_NEW #endif #include #include "..\\SQLite3\\sqlite3.h" #pragma comment(lib, "SQLite3.lib") #include "StringProcess.h" // 唯一的应用程序对象 CWinApp theApp; using namespace std; #define __USE_KEY__ static int callback(void *NotUsed, int argc, char **argv, char **azColName) { int i; for(i=0; i