文件名称:vcaccess
介绍说明--下载内容均来自于网络,请自行研究使用
VC用ADO操作数据库示例
里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如:
GetNow方法,获得当前时间的字符串格式\"YYYY-MM-DD hh:mm:ss\"等,就不附加进来了。
另:使用ADO必须在stdafx.h中添加引用:
#import \"c:\\Program Files\\Common Files\\System\\ADO\\msado15.dll\" no_namespace rename(\"EOF\", \"EndOfFile\") rename(\"BOF\",\"FirstOfFile\")
转载来源:
开源盛世-源代码下载网
www.vscodes.com
-VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM - DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote : # import "c : \\ Program Files \\ Common Files \\ System \\ ADO \\ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如:
GetNow方法,获得当前时间的字符串格式\"YYYY-MM-DD hh:mm:ss\"等,就不附加进来了。
另:使用ADO必须在stdafx.h中添加引用:
#import \"c:\\Program Files\\Common Files\\System\\ADO\\msado15.dll\" no_namespace rename(\"EOF\", \"EndOfFile\") rename(\"BOF\",\"FirstOfFile\")
转载来源:
开源盛世-源代码下载网
www.vscodes.com
-VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM - DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote : # import "c : \\ Program Files \\ Common Files \\ System \\ ADO \\ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 63535302vcaccess.rar 列表 vc操作数据库\VC用ADO操作数据库示例\DataBaseRW.cpp vc操作数据库\VC用ADO操作数据库示例\DataBaseRW.h vc操作数据库\VC用ADO操作数据库示例\ReadMe.txt vc操作数据库\VC用ADO操作数据库示例\开源盛世ReadMe.txt vc操作数据库\VC用ADO操作数据库示例 vc操作数据库