登录
首页 » ADO-ODBC » 用vc编写的数据库访问程序,利用OLE DB以统一的接口处理多种数据库!...

用vc编写的数据库访问程序,利用OLE DB以统一的接口处理多种数据库!...

于 2022-02-25 发布 文件大小:88.01 kB
0 162
下载积分: 2 下载次数: 1

代码说明:

用vc编写的数据库访问程序,利用OLE DB以统一的接口处理多种数据库!- Database visit procedure compiles which with vc, unifies the connection processing many kinds of databases using OLE DB!

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

发表评论

0 个回复

  • 对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输...
    对于一个单位的人员库,提供由姓名生成姓名首字符功能,并提供首字符的简单应用示例。本功能用于一些特殊的场合,但很好用。不需要记住职工的工号,用两三个字母即可实现输入。(原创)-units for a pool, provide the names generated by the first names of characters function, and provide the first character of the simple application example. The function for some special occasion, but is useful. Employees do not need to remember the workers, with 23 alphanumeric input can be realized. (Original)
    2023-05-15 00:05:03下载
    积分:1
  • 这里给出两个 建立ADO连接字符串对话框 的例子。 datalinks.cpp 建立和编辑ADO连接字符串 linktest.cpp 如果只是建立连接字符串,程...
    这里给出两个 建立ADO连接字符串对话框 的例子。 datalinks.cpp 建立和编辑ADO连接字符串 linktest.cpp 如果只是建立连接字符串,程序还可以这么写。-here is the establishment of two ADO connection string dialog example. Datalinks.cpp create and edit ADO connection string linktest.cpp if only to connect strings, procedures can also write.
    2022-03-03 06:50:17下载
    积分:1
  • adolibrary 对ado进行的封装
    adolibrary 对ado进行的封装-adolibrary of the package ado
    2022-01-21 03:18:21下载
    积分:1
  • Management information systems in many of the forms have some common elements: t...
    在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击菜单只能产生一个窗口(象SDI)。这种形式的窗口设计给人与一种条理感。于是我用VC6.0尝试创建这种窗口,现将整个过程为大家写下来,这里应含有MFC的一些内幕技术。 -Management information systems in many of the forms have some common elements: the menu can be opened through the framework of various types of view window, which has a view window MDI some of the features, you can form in the framework of maximizing the smallest reduction, etc., and Click on the menu can only have a window (as SDI). This form of window design gives people with a sense of well-organized. So I use VC6.0 attempt to create such a window, now the whole process for everyone to write down here should contain a number of insider MFC technology.
    2022-03-21 03:05:30下载
    积分:1
  • 一个完整的学校档案管理系统。包括学生信息录入、成绩查询、档案寄发、数据库备份还原的功能。...
    一个完整的学校档案管理系统。包括学生信息录入、成绩查询、档案寄发、数据库备份还原的功能。-File a complete school management system. Including the student information entry, query results, the file sent, database backup and restore functions.
    2022-05-26 00:24:47下载
    积分:1
  • 使用ODBC实现的一个动态RecordSet
    使用ODBC实现的一个动态RecordSet-Using ODBC to implement an dynamic recordset
    2022-01-26 01:10:21下载
    积分:1
  • 一个关于图书管理的VFP软件,比较详细的说明了编程。
    一个关于图书管理的VFP软件,比较详细的说明了编程。-On the VFP library management software, a more detailed explanation of the programming.
    2022-03-17 19:21:06下载
    积分:1
  • very good database programming examples, if necessary, can be downloaded to look...
    很不错的数据库编程实例,如果有需要,可以下载来-very good database programming examples, if necessary, can be downloaded to look at the
    2022-07-28 06:22:45下载
    积分:1
  • 网站的内容如有更新的话,总在要在首页表现出来。所以当更新一个地方的时候,总是要同时更新首页。但利用在线自动更新就方便得多啦。以下我们将利用ASP完成这一过程。...
    网站的内容如有更新的话,总在要在首页表现出来。所以当更新一个地方的时候,总是要同时更新首页。但利用在线自动更新就方便得多啦。以下我们将利用ASP完成这一过程。 一个程序写之前,它的结构要先描绘出来。当结构确定之后,这个程序也已经完成一半了,所差的只是如何用语言去实现它。 根据本站的要求这个自动更新程序的结构(要求)初步定如下: 用数据库以保存所有的更新内容; 在首页上体现出最新更新的10条内容(当然不一定非10条不可啦); 在首页建个链接,可以弹出窗口按分页查看所有更新内容。 还有一个问题是:更新内容以什么方式输出到首页?一是用ASP直接修改首页,但那样可能不是好办法,因为本站的首页较为笨重,而所需更新的地方只是首页的“最新更新”部份,写起来较为复杂,需要在首页上加入标志,再则如果有镜象站点的话还要一个一个更新。二是首页直接用ASP文件,但那样消耗资源较为严重,速度较慢,特别是首页是大家首先要经过的地方,速度不快会影响冲浪者的心情。三是在首页以插入形式加入ASP或JAVA小程序,比较起来当然是客户端JAVA更理想,本程序采用的是自动生成js文件。-website content updated if so, to the total shown on the first page. So when an update local time, must also update Home. But the use of on-line automatic update it more convenient. Below we will use ASP to complete the process. Before I write a procedure, the structure of its first portrayed. When the structure is determined, the process has been completed, half of the difference is how the language used to reach it. According to the requirements of the site automatically update the structure (requirement) is ten
    2022-05-20 15:59:05下载
    积分:1
  • 利用adodc进行数据库连接,使用了combo相关控件,适合初学者参考。...
    利用adodc进行数据库连接,使用了combo相关控件,适合初学者参考。-adodc use database connectivity, the use of a combo-related controls for advanced users.
    2022-10-17 17:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载