代码搜索:paradox
找到约 195 项符合「paradox」的源代码
代码结果 195
www.eeworm.com/read/216668/14999313
txt 说明文档.txt
一、本书关于数据库部分文件安装:
实例50:无需特殊的数据库,只要选用的数据库的路径和名称正确就可以完成DSN注册!
实例51:采用aritcle.mdb数据库(access)
实例52:采用tongxun.db数据库(<mark>paradox</mark>)
实例53:采用系统自带数据库DBDEMOS
实例54:采用tuxing.db,tuxing.MB数据库(<mark>paradox</mark>)
实例55:采用系统自带数据 ...
www.eeworm.com/read/236337/14020437
txt 说明文档.txt
一、本书关于数据库部分文件安装:
实例50:无需特殊的数据库,只要选用的数据库的路径和名称正确就可以完成DSN注册!
实例51:采用aritcle.mdb数据库(access)
实例52:采用tongxun.db数据库(<mark>paradox</mark>)
实例53:采用系统自带数据库DBDEMOS
实例54:采用tuxing.db,tuxing.MB数据库(<mark>paradox</mark>)
实例55:采用系统自带数据 ...
www.eeworm.com/read/106906/15618246
htm wzjh24.htm
用Delphi进行数据库之间转换
用Delphi进行数据库之间转换
中国船舶工业物资中南公司(430030) 邓汉
www.eeworm.com/read/168161/9936184
txt 实例——使用deletetable方法删除paradox数据库的人员表.txt
procedure TForm1. Delet_Table_BtnClick(Sender: TObject);
begin
with RenYuan do
begin
Active := False;
//为了删除除表,表必须处于关闭状态
DatabaseName := 'DBDEMOS';
TableName := 'RenYuan';
//删除人员表'Re
www.eeworm.com/read/475606/6774232
txt 实例——使用deletetable方法删除paradox数据库的人员表.txt
procedure TForm1. Delet_Table_BtnClick(Sender: TObject);
begin
with RenYuan do
begin
Active := False;
//为了删除除表,表必须处于关闭状态
DatabaseName := 'DBDEMOS';
TableName := 'RenYuan';
//删除人员表'Re
www.eeworm.com/read/169366/9864737
txt 使用说明.txt
本案例演示了如何使用BDE来开发数据库应用程序,您需要做以下工作,程序才能够正常执行:
1、打开菜单Database->Explore,在对话框中的databases根目录下新建一个默认的paradox 7类型的数据别名student,然够将别名指向本案例所带数据表所在的位置;
2、执行本案例的可执行文件。
www.eeworm.com/read/403922/11504275
html function.px-set-tablename.html
Sets the name of a table (deprecated)
www.eeworm.com/read/146147/5739504
pas dbunit.pas
unit DBUnit;
{*************************************************************************
DBUNIT.PAS -- Delphi Database Maintenance API for Paradox and DBASE
tables. See the acc
www.eeworm.com/read/197608/7069674
c zeno.c
/*
* File: zeno.c
* ------------
* This program calculates the sum of the infinite
* series suggested by Zeno's paradox:
*
* 1 1 1 1 1 1
* --- + --- + --- + --- +
www.eeworm.com/read/244387/12869295
c zeno.c
/*
* File: zeno.c
* ------------
* This program calculates the sum of the infinite
* series suggested by Zeno's paradox:
*
* 1 1 1 1 1 1
* --- + --- + --- + --- +