-
MFC ado连接数据库
ADO连接SQL数据库源码 简单的实现ADO连接数据库的例子,自己测试OK;
欢迎下载学习
- 2022-01-25 15:20:28下载
- 积分:1
-
小新写的Delphi用SQLDMO实现控制SQL Server状态的程序,其中涉及到通过SQLDMO控制SQL Server启动停止,检测Sql Server状...
小新写的Delphi用SQLDMO实现控制SQL Server状态的程序,其中涉及到通过SQLDMO控制SQL Server启动停止,检测Sql Server状态用了两种方式,一种是SQLDMO,另一种是直接检测Sql Server服务。
-small write new Delphi use DDS to achieve state control of the SQL Server procedures, It involved the adoption of SQL Server DDS control activated stop, Detection of SQL Server with the state in two ways, one is DDS. another is the direct detection Sql Server services.
- 2022-02-16 03:24:36下载
- 积分:1
-
MyApp3
SQL sever 的学生选课系统作业。方便新手作为参考。(SQL sever student elective system operations. Facilitate the novice as a reference.)
- 2013-06-05 16:35:21下载
- 积分:1
-
一个基于vc++和SQLServer2000的数据库应用程序
是个完备的汽车销售管理系统...
一个基于vc++和SQLServer2000的数据库应用程序
是个完备的汽车销售管理系统-a vc and SQLServer2000 based database application is complete automobiles sales management system
- 2022-07-21 03:29:47下载
- 积分:1
-
程序示例自动创建配置文件,调用创建连接串工具生成连接串并写入配置文件,还通过取一个数据库的数据写入另一数据库示例数据库操作。文件包含了完整的代码。是我为公司写的...
程序示例自动创建配置文件,调用创建连接串工具生成连接串并写入配置文件,还通过取一个数据库的数据写入另一数据库示例数据库操作。文件包含了完整的代码。是我为公司写的一个小程序,请大家提提意见。
- 2022-08-24 08:38:43下载
- 积分:1
-
此程序是用VB编写的企业人事信息管理系统,适合企业人事管理.代码齐全.模块化.操作简单.使用性强....
此程序是用VB编写的企业人事信息管理系统,适合企业人事管理.代码齐全.模块化.操作简单.使用性强.-this procedure is used to prepare the VB enterprises Personnel Information Management System suited to the business personnel management. code complete. Modular. simple operation. the use of power.
- 2022-01-26 14:58:50下载
- 积分:1
-
教务管理系统,有管理员操作模块,学生操作模块,使用VS2005+SQL2000实现...
教务管理系统,有管理员操作模块,学生操作模块,使用VS2005+SQL2000实现-Academic Management System, administrators have the operation module, operation module students to use VS2005+ SQL2000 implementation
- 2023-07-04 01:25:03下载
- 积分:1
-
将SQL访问
Convert Sql to Acce-Convert to Access SQL
- 2022-07-23 22:12:24下载
- 积分:1
-
C++语言实现自动取款机ATM智能查询系统的编程,有点简单,希望大家不要见笑!...
C++语言实现自动取款机ATM智能查询系统的编程,有点简单,希望大家不要见笑!-C++ language for automatic teller machines ATM Intelligent Query System programming, a bit simple. we should not laughed at!
- 2022-03-07 05:31:07下载
- 积分:1
-
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx...
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx "field1"
sql.setFieldEx "tbl"
debug.print sql.strsql
输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." For example : sql.strsql = "select from" sql.setFieldEx "fi eld1 "sql.setFieldEx" tbl "debug.print sql.s trsql output : select field from tbl
- 2022-09-29 14:55:03下载
- 积分:1