搜索资源列表
studentdocgl
- 本系统采用delphi+access+ado实现移植性强!主要功能:数据库自动生成,自动创建数据表,数据导出功能等,采用本系统不须任何其他配置 -delphi access ado migrating strong! The main functions : automatic generation database, automatically create data tables, data export capabilities, and uses the system not be
xueshengxinxijiaowugl
- 能够动态的实现数据库表的创建,满足日常生活中教学管理的一系列功能!-dynamic to the realization of the creation of the database tables to meet the daily life of a series of teaching management function!
15
- 本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能,系统中采用了ACCES来存储数据更新的指令,从而达到逐步执行SQL代码的功能,因为在SQL中要创建表、存储过程、视图等对象时,需要删除原有老的对象,但是SQL不支持将这些指令存放在一起,从而导致出错。所以用ACCES来存储数据了 例中将在MASTER中创建p_killspid,该程序过程是用来恢复与备份数据的一部分。 MENTOROUSER.INI为数据服务地址,曾经有网友问过我如何做服务登录的系统,此文件是
delphi+sql1
- 该章文件夹Chap1下存放的以下4个文件:CreateTable.txt、CreateDB.sql、PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF。 其中CreateTable.txt存储了创建数据表脚本的文本文件; CreateDB.sql用来创建数据库,方法是在sql查询分析器中执行CreateDB.sql文件; PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF为附加数据库文件,附加方法:打开SQL
80例上手Delphi7编程_07数据库应用
- 1.Session获取BDE信息 2.可视化创建数据表格 3.SQL语句的使用 4.“一对多表”的设计 5.文本和数据记录的转换 6.ADO的网络调用 7.多媒体数据库的使用 8.IntraWeb技术的实现 9.Rave报表的数据库使用 10.决策图的使用-1.Session access to information BDE 2. Visualization create data tables 3.SQL expressions 4. The "one-to-many table,
DBPool
- Delphi 7下测试通过的数据库连接池对象,有ADO和DBExpress两种方式,都兼容了SQLServer和oracle,使用方式为创建TDBExpPool或者TADOPool,执行查询语句直接调用OpenSQL,返回一个TataSet,使用完毕释放。insert语句使用ExecSQL,如果要使用事务,请先调用GetDBConn获取一个DBConn,然后调用Enter,调用Pool的ExecSQL时传入此DBConn,使用完毕Leave即可。-Delphi 7 to test the dat
ADOX
- 利用Windows自带的ADOX组件实现Delphi 程序自动创建、控制带密码的Access数据库及表、查询。-using Windows built-in Delphi components implementation procedures automatically create, control of the Access database with a password and form, query.
database
- 数据库初始化,对数据库进行创建。用于软件安装的初始化过程。-Database initialization, the database creation. The initialization process for software installation.
database
- 数据库课程设计源代码,目由需求分析和依赖关系确立实体集及关系表,设立外码约束。创建适当的视图和事务。结合与用户的交互信息搭建友善的界面,根据功能的不同确立不同的模块,合理运用DELPHI语言和调用SQL语句达到数据库操作-Database of curriculum design source code, project dependencies from the needs analysis and the establishment of entity sets and relational
DelphiConnSqlite
- delphi2010 源代码 连接 sqlite 创建数据库, 创建数据表 插入记录 查询数据库内所有记录-delphi2010 sqlite source code to create a database connection, create a data table into the record all the records within the database query
SHUJUKU
- 全代码创建数据库,数据表,删除数据表,没有使用控件-Full code to create the database, data table, delete the data table, do not use the controls
3754345
- Delphi创建数据库、删除数据库数据表代码,编程学习源码,很好的参考资料。-Create database, Delphi to delete the data table code database, learning programming source code, a good reference.
45
- Delphi创建数据库、删除数据库数据表代码,编程学习源码,很好的参考资料。-Delphi to create the database, delete the database table code, programming learning source, a good reference.
CreateSQLDb
- 用DELPHI组建源码创建数据库的实现,可直接使用-create database
listView
- Delphi创建数据库、删除数据库数据表代码,编程学习源码,很好的参考资料。-Delphi to create the database, delete the database table code, programming learning source, a good reference.
56
- Delphi创建数据库、删除数据库数据表代码,编程学习源码,很好的参考资料。-Delphi to create the database, delete the database table code, programming learning source, a good reference.
Delphi_224700
- Delphi:Delphi全代码创建数据库,数据表,删除数据表等操作的源代码实例,纯Delphi代码实现,程序界面比较简单。 -Delphi: Delphi whole code to create a database, data tables, delete the source code examples, such as the operation of the data sheet, pure Delphi code, program interface is relatively
Delphi_803600
- Delphi:Delphi源码动态创建sql2000数据库、数据表,生成.sql文件,在sql2000绿色版下测试通过。注意:企业管理器生成的.sql,需要新建一个.txt文件,把内容复制过来,不然会提示第一句有错,go 要去掉。实现思路:先填写好数据库连接信息,这个不用多说吧,然后创建数据集组件,指定连接Connection1给数据集Query1,调用函数,创建数据库,这里调用CreateNewDB函数,其实到这里基本上已经完成创建工作了。 -Delphi: Delphi source c
Delphi_108466
- Delphi:Delphi将数据库信息保存在Excel2000中,需要Excel2000.dcu文件,没有的话请自己在Delphi安装目录中查找,一般路径下有excel2000.pas ,把这个路径加入你的project/option/search path 中设置,或者拷贝到你的目录下。同时本程序还需要手动创建数据库信息。 -Delphi: Delphi Excel2000 information stored in the database, you need Excel2000.dcu
kongjian
- 根据数据库内容动态创建panel label等控件(Dynamically create panel, label and other controls according to the database content)