-
DataSource Array example procedures
DataSource Array的例子程序-DataSource Array example procedures
- 2022-07-11 18:53:57下载
- 积分:1
-
完成一个售前业务管理,涉及总经理、部门经理、销售经理和销售助理等四个角色,在管理系统中明晰各职位的相应任务和完成操作。...
完成一个售前业务管理,涉及总经理、部门经理、销售经理和销售助理等四个角色,在管理系统中明晰各职位的相应任务和完成操作。-Complete a pre-market business management, involving the general manager, department managers, sales managers and sales assistants four roles in the management system of the positions corresponding clear mission and complete the operation.
- 2022-03-18 11:08:38下载
- 积分:1
-
该EXE软件可以免去通过SQL EXPLOR或者数据库查询界面进行查询的麻烦,直接可以打开该EXE文件,因为该EXE是读去BDE中的数据库别名进行连接,所以使用...
该EXE软件可以免去通过SQL EXPLOR或者数据库查询界面进行查询的麻烦,直接可以打开该EXE文件,因为该EXE是读去BDE中的数据库别名进行连接,所以使用的时候你的保证你的数据库是否通过ODBC连接上。
因为在程序中用到了第三方控件(主要是RAISE系列控件),以及我自己在第三方控件开发的控件,所以打开界面是如果没有安装第三方控件可能报错,不过没关系,我用第三方控件都是处理界面用的,你完全可以用DELPHI自带的标准控间进行替换,从而达到在自己可以编译。-the software can avoid EXPLOR or SQL database query interface for the trouble, can directly open the EXE file, which is read out EXE BDE the alias database linking, the use of the time you ensure that your database through ODBC connection. Because the procedures used by third-party controls (mainly RAISE series of controls), and my own controls in the development of third-party control, so if the open interface is not possible to install third-party control errors, but okay, I used to deal with third-party interface controls are used, you can use Delphi"s own standards for inter-controlled replacement, and thereby achieve it in their own compiler.
- 2022-03-11 15:51:24下载
- 积分:1
-
我参考网上“VC++6.0中用ODBC连接mysql数据库”写的对MySQL数据库实现删除,查询,修改的测试程序。使用前要安装MYSQL和“mysql...
我参考网上“VC++6.0中用ODBC连接mysql数据库”写的对MySQL数据库实现删除,查询,修改的测试程序。使用前要安装MYSQL和“mysql-connector-odbc-3.51.27-win32”驱动程序,希望大家可以借鉴。-A program about MySQL database operation. It can add,delete,enquire the data. You must setup MySQL and ODBC driver before use it.
- 2022-03-02 23:39:46下载
- 积分:1
-
在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。
可以有两种方法创建该数据库:
1.使用SQL server查...
在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。
可以有两种方法创建该数据库:
1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,……
-before the operating system, we must first install SQL Server database, attention to the user to set the "sa" password empty. There are two ways to create the database : 1. SQL server inquiries analyzer operation Database Contents under which sql.txt The sql statement, ...
- 2022-03-26 08:09:19下载
- 积分:1
-
ado oracle practices
ado oracle练习-ado oracle practices
- 2022-03-24 22:24:04下载
- 积分:1
-
Delphi Programming. SQL database to be used to conduct inquiries.
Delphi Programming. 把SQL利用进行对数据库的查询。-Delphi Programming. SQL database to be used to conduct inquiries.
- 2022-01-26 01:48:20下载
- 积分:1
-
with vb table prepared by the hotel management system, need to download True DBG...
用vb编写的酒店餐桌管理系统,需要下载True DBGrid7.0才可以使用-with vb table prepared by the hotel management system, need to download True DBGrid7.0 can use
- 2022-02-09 19:47:35下载
- 积分:1
-
这是一个企业办公管理系统软件,采用VC++6.0开发,分为两部分,一为数据库,另一为源程序....
这是一个企业办公管理系统软件,采用VC++6.0开发,分为两部分,一为数据库,另一为源程序.-This is a business office management system software, using VC 6.0 development, divided into two parts, one for the database, and the other for the source.
- 2022-08-12 09:36:37下载
- 积分: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