-
Visual Basic 传统数据访问模式ADO,利用SQL sever作为数据库
Visual Basic 传统数据访问模式ADO,利用SQL sever作为数据库-Visual Basic data access patterns of traditional ADO, use as a SQL sever database
- 2022-03-14 03:02:49下载
- 积分:1
-
数据库编程,vb的航空管理系统,可以为vb的数据库学习者提供如何连接SQL数据库...
数据库编程,vb的航空管理系统,可以为vb的数据库学习者提供如何连接SQL数据库-Database Programming, vb air management systems, can provide learners vb database how to connect SQL database
- 2022-01-25 22:03:06下载
- 积分:1
-
利用Visual C++编写的学生考试成绩管理软件源代码。
利用Visual C++编写的学生考试成绩管理软件源代码。-The use of Visual C++ Prepared students examination results management software source code.
- 2022-02-15 22:19:47下载
- 积分:1
-
C/S module, VB as the development tools, back
C/S模块,VB作为开发工具,后台数据库使用SQL Server2000,使用ADO方式连接数据库,实现开户、销户、存款、取款、修改密码、转账、挂失解挂等功能-C/S module, VB as the development tools, back-end database using SQL Server2000, connect the database using ADO, the realization of accounts, sales households, deposits, withdrawals, modify passwords, transfer, report the loss linked to the functions of solution
- 2022-11-20 12:05:03下载
- 积分:1
-
SQL抓取数据,BBS数据采集,方便浏览各用户需要
SQL抓取数据,BBS数据采集,方便浏览各用户需要-SQL crawl data, BBS data collection to facilitate access by all users need to
- 2023-03-25 04:40:04下载
- 积分:1
-
This is a information about SQL, the further you know SQL very helpful.
这是一个关于SQL的资料,对你进一步了解SQL很有帮助的。-This is a information about SQL, the further you know SQL very helpful.
- 2023-04-11 22:50:03下载
- 积分:1
-
机票预定系统的课程设计,包括航班信息、乘客…
机票预定系统课程设计,包括航班信息,旅客信息,预定信息-ticket reservation systems design courses, including flight information, passenger information, and is expected to information
- 2022-08-25 21:29:17下载
- 积分:1
-
电话计费系统 1
它是一部电话计费系统,可以创建一个 singup 论坛和管理员登录,
所有输入的方法创建和计费的主要部分改进在此系统中。
只是需要安装 tomcat 7 和 mysql 为后端。
- 2022-09-29 04:00:03下载
- 积分:1
-
财政部CJ60Lib界面与SQL数据库的客户端和服务器产生…
用CJ60Lib界面库制作的SQL数据库客户与服务器程序。-Treasury CJ60Lib interface with SQL database produced by the client and the server program.
- 2022-08-10 13:04:54下载
- 积分: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