登录
首页 » ADO-ODBC » The Adovcsp.exe application assumes that you have a local Microsoft SQL Server i...

The Adovcsp.exe application assumes that you have a local Microsoft SQL Server i...

于 2023-02-04 发布 文件大小:162.97 kB
0 75
下载积分: 2 下载次数: 1

代码说明:

The Adovcsp.exe application assumes that you have a local Microsoft SQL Server installed with the pubs database. If this is not the case, change the following line in the OpenConn function:

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

发表评论

0 个回复

  • Example VB source code, if the inadequacies of the revised notice, please discus...
    VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传.-Example VB source code, if the inadequacies of the revised notice, please discuss with one sound source upload.
    2022-12-08 02:30:03下载
    积分: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
  • a good bbs forum, applicable for a lot kinds of platform, which is connvient and...
    很好的一个BBS论坛,适用于各种平台,使用方便,灵活,介面新颖.-a good bbs forum, applicable for a lot kinds of platform, which is connvient and easy for use.
    2022-07-13 10:22:00下载
    积分:1
  • 可以连接数据库的程序,对于人的发展可能是有用的数据库…
    可以连接数据库的程序,对于数据库开发的人可能有用,请大家-Can connect database procedures, database development for the people may be useful, please take a look at U.S.
    2022-05-27 16:35:17下载
    积分:1
  • 用DELPHI写的一个小型客户关系管理软件,毕业设计用的。
    用DELPHI写的一个小型客户关系管理软件,毕业设计用的。-DELPHI written with a small customer relationship management software, graduation design used.
    2022-02-02 17:29:04下载
    积分:1
  • 1.自己封装的数据库SQlite3类,使得数据库操作更加简单容易。 2.查询时不需要定义回调函数,直接使用SelectFromTable(char *sql...
    1.自己封装的数据库SQlite3类,使得数据库操作更加简单容易。 2.查询时不需要定义回调函数,直接使用SelectFromTable(char *sql) 3.包含了Sqlite3的静态库,运行时不再需要sqlite3.dll 4.用法与说明请参考头文件-1. SQlite3 own database package category, making operation more simple and easy database. 2. Inquiries, the definition of a callback function does not require direct use of SelectFromTable (char* sql) 3. Contains the static library Sqlite3, run-time is no longer required sqlite3.dll4. Usage and description please refer to header files
    2022-03-28 13:35:17下载
    积分:1
  • VC use ADO to operate the database category, very handy.
    VC下使用ADO对数据库进行操作的类,非常好用。-VC use ADO to operate the database category, very handy.
    2022-10-02 10:05:04下载
    积分:1
  • 里面是5个数据库编程的实例,是用vb语言开发的,我都有根据需要修改过。比较实用,对于vb数据库初学者有点帮助...
    里面是5个数据库编程的实例,是用vb语言开发的,我都有根据需要修改过。比较实用,对于vb数据库初学者有点帮助-five database programming example is the use of vb language, I have modified as needed. More practical, vb database for a little help beginners
    2022-09-04 06:35:03下载
    积分:1
  • the book introduces the Delphi7 for database application systems development. Th...
    本书主要介绍在Delphi7中进行数据库应用系统的开发.前3章简要介绍数据库开发的基本知识,包括数据库开发工具、字段对象、数据查询与显示、SQL语言应用、存储过程、报表应用与开发、dbExpress编程和ADO编程等。第4章通过编程实例来说明通过数据库引擎(BDE)访问数据库的编程方法。第5章通过编程实例分别使用SQL Server数据库系统和Access数据库系统来说明Delphi7中SQL编程应用和ADO方法编程应用。本书对读者进行数据库应用开发具有非常衫的参考价值。本书源程序可以从中国水利水电网站-the book introduces the Delphi7 for database application systems development. The first three chapters briefed several It was developed for the basic knowledge, including database development tools, field object, data query and display. SQL applications, stored procedures, and reporting applications development, dbExpress ADO programming and other programming. Chapter 4 through programming examples to illustrate through the database engine (BDE) access to the database programming method. Chapter 5 through programming examples were used SQL Server database system and the Access database system Note Delphi7 Application Programming SQL and ADO application programming methods. Readers of the book database application development shirt with
    2022-11-11 15:45:03下载
    积分:1
  • 从数据库中找出如何验证用户身份,以及如何使用来自数据库的凭据…
    Discover how to authenticate users using the credentials from a database as well as learn how to apply Web Services for performing database operations
    2022-01-24 12:49:42下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载