搜索资源列表
insert_Create
- 该工具用Delphi7写的,可帮助我们生成一些插入语句。 例如: 现要向一台机(P2)的数据库(以HR为例)插入另一台机(P1)的HR_New_Info记录,可如下操作: 1.输入P1的IP,用户名,密码。数据库输入“HR” 2.在查询语句输入 select Title,Content,TypeName,Flag,DateAndTime from HR_New_Info 3.在插入语句输入 insert into HR_New_Info(Title,Content,T
Delphi
- 在远程数据库和分布式数据库等复杂系统中, 数据库引擎技术的选择是影响系统执行效率的关键因素。本文基于 Delphi 下, 介绍了Delphi 中连接SQL Server 2000 数据库的两种主要方式: BDE 引擎和ADO 技术, 并以信息管理系统为例, 详细阐述了这两种方法的实现过程。-In the remote database and distributed database and other complex systems, database engine technolog
ADO_MSSQL
- Example of connecting ADO components with MS SQL database
delphi
- 含分布式电源潮流计算delphi代码 第1章 系统简介 4 1.1 系统概述 4 1.2 系统目标 4 1.3 适用范围 4 1.4 系统特点 5 第2章 软件安装 6 2.1 运行环境 6 2.2 数据库配置及安装 6 第3章 软件模块展示 10 3.1 窗体结构视图 10 3.2 模块功能介绍 10 3.3 系统登录主界面 11 3.4 算例文件管理界面 12 3.5 数据手动录入界面 17 3.6 潮流计算组件界面 24 3.
Delphi_SQL_union
- 通过信息管理系统中一个学生成绩修改的例子, 阐述在Delphi中如何通过Ado技 术调用SQL语句对带union语句视图中的数据进行修改, 解决了信息管理系统中很多开发人员 平时常见的修改带union语句视图中的数据的问题。-Information management system through a modified example of student performance to explain how the Delphi technique called SQL statem
485634
- 一个Delphi SQL例子 交易程序,编程学习源码,很好的参考资料。-A Delphi SQL example transaction procedures, learning programming source code, a good reference.
34
- 一个Delphi SQL例子 交易程序,编程学习源码,很好的参考资料。-An example of Delphi SQL transaction, programming learning source, a good reference.
34
- 一个Delphi SQL例子 交易程序,编程学习源码,很好的参考资料。-An example of Delphi SQL transaction, programming learning source, a good reference.
5
- 一个Delphi SQL例子 交易程序,编程学习源码,很好的参考资料。-An example of Delphi SQL transaction, programming learning source, a good reference.
574
- 一个Delphi SQL例子 交易程序,编程学习源码,很好的参考资料。-An example of Delphi SQL transaction, programming learning source, a good reference.
26
- 一个Delphi SQL例子 交易程序,编程学习源码,很好的参考资料。-An example of Delphi SQL transaction, programming learning source, a good reference.
756
- 一个Delphi SQL交易程序例子 ,编程学习源码,很好的参考资料。-A Delphi SQL transaction procedures example, learning programming source code, a good reference.
756
- 一个Delphi SQL交易程序例子,编程学习源码,很好的参考资料。-A Delphi SQL transaction procedures example, learning programming source code, a good reference.
Delphi_257103
- Delphi:Delphi与SqlServer数据库配合实现触发器应用实例,包括删除触发器,建立触发器的基本操作,如果数据库没有附加,则可能提示“可能没有安装数据库”。这个例子虽然简单,但我觉得实用,因为触发器虽然是SQL数据库中的高级运用,但使用广泛,用了你才明白它的好。 -Delphi: Delphi and SqlServer database with the realization triggers application examples, including the delet
Delphi_304606
- Delphi:Delphi+SQL实现数据库模糊查询实例,我觉得这个是挺实用的,SQL模糊查询已经在WEB和Winfrom中应用广泛,希望通过这个小小的例子,让更多的Delphi初学者明白模糊查询的语句编写要领和核心方法,所用到的SQLServer数据库文件在Database目录中,测试前请先附加。 -Delphi: Delphi+ SQL to achieve fuzzy query database instance, I think this is very useful, SQL f
Delphi_305840
- Delphi:Delphi电子名片盒,不算太完善,界面一般,其实是一个教学例子,主要是学习Delphi的朋友了解Delphi与SQL数据库之间的操作,可录入名片信息,数据库文件已经附加,程序的运行界面如上所示。代码较小,主要是数据库比较大。 -Delphi: Delphi electronic card case, not too perfect, the interface in general, in fact, is a teaching example, mainly friends
Delphi_366540
- Delphi:一个销售领域的DELPHI对比图表例子,需要用到SQL数据库,测试数据已放置Database文件夹中,测试前请先导入,否则看不到生成的图表。 -Delphi: a sales area of DELPHI comparison chart example, need to use SQL database, the test data have been placed Database folder, first imported before the test, otherw
DelphiDelete
- Delphi使用Delete语句的例子,一个简单的例子,比较初级,主要是练习Sql语句,使用Delete语句删除数据,从Delphi书中整理出来的例子,希望Delphi初学者喜欢。-Delphi uses the Delete statement to example, a simple example, compare the primary, the practice is mainly the Sql statement, using the Delete statement to del
delphiorderby
- Delphi基于Order by的数据库排序实例,order by 语法似乎是最简单的SQL语句排序用法了,很容易理解,容易接受,排序效果好,不过对于新手来说,还是比较陌生的,这个例子是书中的例子,特简单,在Delphi7.0环境下可编译源码,还带有数据库文件,在Database文件夹下,测试的话自己附加吧,别忘记配置一下数据库连接参数,本例子运行截图效果请看上图。-Delphi sort of instances of the Order database based on by, order
delphi-SQL-database
- delphi7连接SQL数据库例子,将数据库的数据关联到DBGrid表格里- delphi7 connect to SQL example, the data associated with the to a DBGrid the form
