-
该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
-
using Delphi and flour components developed and utilized as ACCESS database back...
采用DELPHI和BSF组件开发,利用ACCESS做为数据库后台,可直接编译。-using Delphi and flour components developed and utilized as ACCESS database background, can be directly translated.
- 2022-08-20 18:38:46下载
- 积分:1
-
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,...
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我选用ODBC来进行数据库程序的开发。-this program is to design a directory, it will have a simple database functions, such as the insertion, deletion, modification and other practical applications. VC and ODBC database is used to create procedures good tools, rapid development and easy to use, the two tools is the best option. I chose to ODBC database development.
- 2022-12-06 13:25:03下载
- 积分:1
-
development of the Oracle database link library (OCL), the OCI C programming int...
Oracle数据库连结开发库(OCL),对OCI编程接口进行C++面向对象封装,使用起来方便。-development of the Oracle database link library (OCL), the OCI C programming interface for object-oriented package, convenient to use.
- 2023-05-09 03:45:03下载
- 积分:1
-
如何操作数据库的主从关系。。。数据库编程相关,新手入门程序
如何操作数据库的主从关系。。。数据库编程相关,新手入门程序-How to operate a database of master-slave relationship. . . Database Programming related, beginners learn the procedures
- 2022-04-12 19:23:27下载
- 积分:1
-
数据库连接例子。
数据库连接例子。-Database Connection example.
- 2023-06-06 07:55:04下载
- 积分:1
-
in VC use ADO database entry Example
在VC中使用ADO数据库的入门示例-in VC use ADO database entry Example
- 2022-01-25 18:46:22下载
- 积分:1
-
ado connecting ACCE
ado连接ACCE-ado connecting ACCE
- 2022-08-07 09:58:24下载
- 积分:1
-
Datagridview print, there is preview, you can adjust each column
Datagridview的打印,有预览,可以调节每一栏-Datagridview print, there is preview, you can adjust each column
- 2022-02-11 18:58:15下载
- 积分: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