搜索资源列表
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
ruler
- 本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中 #import \"g:\\program files\\common files\\system\\ado\\msado15.dll\" no_namespace rename(\"EOF\",\"adoEOF\") msado15.dll的路径
E-ruler
- 电子尺源程序说明 本程序使用ADO访问Access2000的数据库。 请适当修改stdafx.h中 #import \"g:\\program files\\common files\\system\\ado\\msado15.dll\" no_namespace rename(\"EOF\",\"adoEOF\") msado15.dll的路径-source of the present procedures for the use of ADO Access 2000 database. P
TestAdo1
- vc连接oracle调用存储过程-vc connects the oracle transfer memory process
DTTree
- 在tree Control 里边加载ico图标-在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program Files\Common Files\System\ado\”目录下。 例:如果你的系统盘为C盘,则该文件位于“C:\Program Files\Common Files\System\ado”目录中。所以需要打开工程文件,并展开“FileView”视图中的“Header Files”节点,然后双击“ADOConn.h”文
SQL_user
- SQL server 数据编程样例。 ICRSINT.H msado15.tlh msado15.tli resource.h SQL.APS SQL.clw SQL.cpp SQL.dsp SQL.dsw SQL.h SQL.ncb SQL.opt SQL.plg SQL.rc SQL.sln SQL.vcproj SQLDlg.cpp SQLDlg.h StdAfx.cpp