cppdb是乙個高效能的資料庫訪問庫,比mysql++快很多(我只是使用了mysql++的預設設定)。
下面的例子**演示了如何使用cppdb訪問資料庫。
#include using namespace std;
#include int main(int argc,char* argv){
try{
string connection_string("mysql:host=192.168.1.15;database=d01;user=data;password=skst;set_charset_name=utf8");
cppdb::session session(connection_string);
string sql="select address from tape_local limit 0,1";
cppdb::result res = session<("address")《特別注意 在連線字串中使用set_charset_name=utf8,否則讀取出來的中文是亂碼。
SharpZipLib使用示例
sharpziplib使用示例 zipinputstream gzipinputstream用於解壓縮deflate gzip格式流,zipoutputstream gzipoutputstream用於壓縮deflate gzip格式流。streamutil類包含了幾個stream處理輔助方法 co...
ConfigEngine使用示例
configengine使用示例 簡要過程如下 步驟3 編寫你的配置定義檔案 raw.f。步驟4 呼叫confengine裡的genconf.py編譯raw.f,生成raw.h.第一步,定義需要的配置項,儲存在raw.f raw.f檔案的解釋如下 第三列為預設值。注意列是由空白分開的,所以如果預設值...
使用陣列示例
namespace cards public hand south public hand west public hand east public void clear public void returnhandsto pack pack private hand north new hand ...