Location:
Search - msado15.h
Search list
Description: 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
Platform: |
Size: 4817 |
Author: 无名 |
Hits:
Description: 本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import \"g:\\program files\\common files\\system\\ado\\msado15.dll\" no_namespace rename(\"EOF\",\"adoEOF\")
msado15.dll的路径
Platform: |
Size: 36121 |
Author: david_623 |
Hits:
Description: 电子尺源程序说明 本程序使用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. Please appropriate changes stdafx.h # import "g : \\ program files \\ common files \\ system \\ ado \\ msado15.dll" no_namespace rename ( "EOF", "adoEOF") msado15.dll path
Platform: |
Size: 86211 |
Author: MING |
Hits:
Description: vc连接oracle调用存储过程-vc connects the oracle transfer memory process
Platform: |
Size: 99328 |
Author: 唐哲 |
Hits:
Description: 电子尺源程序说明 本程序使用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. Please appropriate changes stdafx.h# import "g : \ program files \ common files \ system \ ado \ msado15.dll" no_namespace rename ( "EOF", "adoEOF") msado15.dll path
Platform: |
Size: 109568 |
Author: |
Hits:
Description: 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
Platform: |
Size: 4096 |
Author: 无名 |
Hits:
Description: 在VC中测试DATAGRID控件,使用ADO连接-in VC test DATAGRID controls, the use of ADO
Platform: |
Size: 161792 |
Author: zhouxin |
Hits:
Description: 本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import "g:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","adoEOF")
msado15.dll的路径-The program uses ADO to visit ACCESS2000 database. Please modify stdafx.h appropriate in# Import
Platform: |
Size: 35840 |
Author: david_623 |
Hits:
Description: 在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program Files\Common Files\System\ado\”目录下。
例:如果你的系统盘为C盘,则该文件位于“C:\Program Files\Common Files\System\ado”目录中。所以需要打开工程文件,并展开“FileView”视图中的“Header Files”节点,然后双击“StdAfx.h”文件,将代码中的“d:\Program Files\Common Files\System\ado\msado15.dll”改为“c:\Program Files\Common Files\System\ado\msado15.dll”。
-
AppWizard has created this BmpAccess application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your BmpAccess application.
Platform: |
Size: 8599552 |
Author: 王建 |
Hits:
Description: 在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”文件,将代码中的“d:\Program Files\Common Files\System\ado\msado15.dll”改为“c:\Program Files\Common Files\System\ado\msado15.dll”。
Platform: |
Size: 3959808 |
Author: 杨庭红 |
Hits:
Description: 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
StdAfx.h
User.cpp
User.h- 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
StdAfx.h
User.cpp
User.h
Platform: |
Size: 4185088 |
Author: kangkang |
Hits: