登录
首页 » Visual C++ » VC-Ado-Oracle

VC-Ado-Oracle

于 2010-07-21 发布 文件大小:2992KB
0 282
下载积分: 1 下载次数: 576

代码说明:

  本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。(this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource name,uer name,and your code ,click the connect button ,if no error,you will see all table of the datasource.the datas will show while you double click a table in the list box.)

文件列表:

VC Ado Oracle
.............\SiD
.............\...\Debug
.............\...\.....\MainFrm.obj,20153,2010-07-15
.............\...\.....\msado15.tlh,69770,2004-06-03
.............\...\.....\msado15.tli,61771,2004-06-03
.............\...\.....\MyOwnClass.obj,9577,2010-07-16
.............\...\.....\SiD.exe,147542,2010-07-16
.............\...\.....\SiD.ilk,409680,2010-07-16
.............\...\.....\SiD.obj,23238,2010-07-15
.............\...\.....\SiD.pch,9189292,2010-07-13
.............\...\.....\SiD.pdb,967680,2010-07-16
.............\...\.....\SiD.res,7428,2010-07-15
.............\...\.....\SiDDoc.obj,14808,2010-07-13
.............\...\.....\SiDView.obj,116807,2010-07-16
.............\...\.....\StdAfx.obj,172573,2010-07-13
.............\...\.....\vc60.idb,279552,2010-07-21
.............\...\.....\vc60.pdb,716800,2010-07-16
.............\...\MainFrm.cpp,2504,2010-07-13
.............\...\MainFrm.h,1581,2010-07-13
.............\...\msado15.tlh,69630,2004-06-03
.............\...\msado15.tli,61701,2004-06-03
.............\...\MyOwnClass.cpp,680,2010-07-16
.............\...\MyOwnClass.h,1157,2010-07-16
.............\...\ReadMe.txt,4239,2010-07-13
.............\...\res

.............\...\...\SiD.rc2,395,2010-07-13


.............\...\resource.h,1001,2010-07-15
.............\...\SiD.aps,44384,2010-07-15
.............\...\SiD.clw,2921,2010-07-21
.............\...\SiD.cpp,3986,2010-07-13
.............\...\SiD.dsp,4492,2010-07-13
.............\...\SiD.dsw,531,2010-07-13
.............\...\SiD.h,1323,2010-07-13
.............\...\SiD.ncb,132096,2010-07-21
.............\...\SiD.opt,56832,2010-07-21
.............\...\SiD.plg,1268,2010-07-16
.............\...\SiD.rc,12020,2010-07-15
.............\...\SiDDoc.cpp,1682,2010-07-13
.............\...\SiDDoc.h,1442,2010-07-13
.............\...\SiDView.cpp,6549,2010-07-15
.............\...\SiDView.h,2361,2010-07-15
.............\...\sqlnet.log,789,2010-07-15
.............\...\StdAfx.cpp,205,2010-07-13
.............\...\StdAfx.h,1116,2010-07-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • chapter5
    一个关于短息防伪系统的C++数据库开发例程,数据库选用Access(An example of development of data base with C++)
    2012-08-04 15:30:00下载
    积分:1
  • C++ 工资管理系统 salarysystem
    vc++和SQL Server一起实现的简单的工资管理系统,分离的数据库文件也在包里(a salary system using vc++ and SQL Server)
    2020-06-26 00:40:02下载
    积分:1
  • getConnectionString
    ADO获取数据库连接字串的源代码。不少程序员为数据库的连接字串而发愁,好了,这下可以为你获取这个连接字串了。(ADO database connection string to obtain the source code. Many programmers for the database connection string and worry about, well, thought you这下可access to the connection string of the.)
    2008-04-08 09:40:43下载
    积分:1
  • ADO_Access
    用VC++下用ADO两节Access数据库,实现对Access的操作(With VC++ next two Access database with ADO, to achieve the operation of Access)
    2013-07-20 10:47:21下载
    积分:1
  • AccessControl
    visual C++ 6.0关于access数据库编程,里面的类可以直接拿来用,非常方便
    2016-05-09 16:18:52下载
    积分:1
  • ADODBOP
    说明:  用于数据库 操作的 ADO 流程 详细讲解了几种ADO操作并且具体的讲解了常用的ADO操作的流程(ADO for database operations procedures explained in detail several ADO operation)
    2009-08-31 13:18:17下载
    积分:1
  • Ado
    VC 通过ado技术连接access数据库,实现增删改查(The VC connection access database ado technical CRUD)
    2012-08-23 16:23:12下载
    积分:1
  • dhk1.5
    利用ADO接口使VC++6.0与sql数据库通信,里面有设账号和密码,需要修改,已经通过测试,包括数据库的增加,删除,修改等等操作。(Using VC++6.0 ADO interface allows communication with the sql database, which has set up accounts and passwords, modify, have been tested, including the database, add, delete, modify, etc. operations.)
    2020-10-29 15:09:56下载
    积分:1
  • Control
    VC编写Excel表格,增加,修改,删除,同时进行数据库的操作(visual c++ read writeexcel sheet,add ,delete,update excel field,and insert data base)
    2016-10-19 14:25:06下载
    积分:1
  • Lesson20Code
    数据库访问,能帮助解决很多问题的!大家可以好好学习学习。(Database access, can help solve many problems! We can learn to learn.)
    2013-07-04 11:34:58下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载