-
[数据库]在动态集中使用虚拟CListView。供大家参考
[数据库]在动态集中使用虚拟CListView。供大家参考-[database] concentrated in dynamic virtual CListView. For your reference
- 2022-03-15 08:20:59下载
- 积分:1
-
一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:Program F...
一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:Program Filesdatabase即可,数据处理功能齐全,而且在视图列表中,双击某一条记录即可进行修改,非常方便。而且界面按钮都是经过处理的特别漂亮。-A small database software used to prepare VC, databases with ACCESS, the data source using ODBC, the procedure can directly create a data source, use, simply jxc.mdb copyed into the database file C: Program Filesdatabase can, data-processing functions , but also in the list view, double-click a record can be modified very convenient. And the interface buttons are treated pretty special.
- 2022-03-13 17:15:14下载
- 积分:1
-
如何在用vb对SQL数据库进行备份和恢复例子简单使用,大家可以看看。...
如何在用vb对SQL数据库进行备份和恢复例子简单使用,大家可以看看。-vb how to use SQL database backup and recovery using simple examples, we can look at.
- 2022-07-22 18:01:34下载
- 积分:1
-
ADO版本的Delphi通用查询组件。只需设置欲查询的select语句,就可以根据select语句中的各个字段字段进行查询了
ADO版本的Delphi通用查询组件。只需设置欲查询的select语句,就可以根据select语句中的各个字段字段进行查询了-ADO generic versions of Delphi components inquiries. Inquiries can set up the select statement, can select statement to the field for all fields of inquiry
- 2023-05-26 05:00:02下载
- 积分:1
-
Powerbuilder8.0实用程序设计100例之1
Powerbuilder8.0实用程序设计100例之1-10-Powerbuilder8.0 Utility Design 100 Cases of 1-10
- 2022-02-09 14:48:45下载
- 积分:1
-
这是本人写的一个简单的JDBC连接数据库的文件
这是本人写的一个简单的JDBC连接数据库的文件-simple file of connecting jdbc to database
- 2022-01-26 00:38:57下载
- 积分:1
-
用vc6.0 + SQL Server 2000开发的餐饮管理系统…
用vc6.0+sql server 2000开发的餐饮管理系统,有数据库创建脚本-With vc6.0+ Sql server 2000 development of the food and beverage management systems, have a database to create a script
- 2022-04-10 14:03:35下载
- 积分:1
-
挡案管理系统,包含一定数据文件,Delphi编写
挡案管理系统,包含一定数据文件,Delphi编写-the file management system, contain certain data files, Delphi
- 2023-03-31 10:05:04下载
- 积分: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
-
Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC pu...
Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null ResultSet rs = null try{ Class.forName(-Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC public class (Connection conn Statement stmt ResultSet rs// Construction : loading JDBD-ODBC Driver public GeneralJDBC () (Connection conn = null Statement stmt = null ResultSet rs = null try (JDBC (
- 2022-06-30 06:20:30下载
- 积分:1