搜索资源列表
财务管理系统
- 此为财务管理系统,实现的功能较权,值得一看啊,它是用delphi+sqlserver开发的,用到了常用的组件-this as financial management system that features more power, an eye-catcher ah, it is delphi SQLServer development, use of common components
20032320diepianzulin
- 这个是我们做的数据库课程设计.内容是碟片租赁系统.这个是本站没有的源码,用的是delphi写的,数据库用的是sqlserver,希望对大家有所帮助!里面含有设计报告!验收通过-we do this is the database design courses. Is disc rental system. This site is not the source, delphi is used to write the database using the SQLServer. we want t
备份sqlserver数据库的小工具
- 用Delphi写的备份sqlserver数据库的小工具-write with Delphi SQLServer database backup small tools
oracle_sql
- oracle数据库转换到sqlserver数据库的源码-oracle database to sqlserver source database
2009-07-19-05
- Delphi开发的SqlServer的事务处理程序实例
ywo-sqlview
- 由于SQL数据库的企业管理器对于一般操作员来说有点复杂,就编了这个小工具来使用. 编码不是很规范,一定有很多不足之处,请大家多多指教. 在没有安装SQLSERVER服务器的电脑中,先执行reg.bat,注册一下SQLDMO.DLL,就可以了。 用到的控件有Ehlib、Raize、DevExpress,TMS, 网上都有下载 ywo 2009-11-30-As the SQL database, Enterprise Manager for the a
tableSync
- 在两个数据库间同步指定的表。可以指定同步时间,在updatetablelist.txt文件指定要同步的表及同步方式。当前版本只支持MS SQLSERVER数据库中表的同步.并支持记录同步日志。-Synchronization between two databases specified in the table. Can synchronize the time specified in the updatetablelist.txt file specifies the table to b
DBExport
- 数据库数据导出,支持sqlserver或access!-Database Data Export!
delphi-call-sqlserver
- delphi调用sqlserver的存储过程和函数-delphi call sqlserver stored procedures and functions
query-database-by-Delphi
- 一个适用于学习的Delphi商品销售查询程序,基于SQLServer数据库,为了测试方便,笔者已将数据库文件打包在Database目录中,测试前请附加。 本查询程序可设置自定义条件查询数据,比如可以选择某个时间段内的商品,可选择商品的相关属性进行查询,编写Delphi数据加系统能用上的技巧。-A suitable learning Delphi merchandise sales inquiry procedure, based on SQLServer database, in or
Delphi_115265
- Delphi动态创建Sqlserver数据表,依次在窗口中输入表名称、各个字段名称、字段类型和长度,点击“建表”功能即可,不过之前请附加好Database文件夹中的SQLServer数据库文件,对Delphi初学者来说,是个不错的参考范例。 -Delphi Sqlserver dynamically created data tables, in turn enter the table name in the window, each field name, field type and
Delphi_553205
- Delphi SqlServer数据库查询例子,Delphi使用变量查询日期型数据,设定查询条件,规定时间段为某天到某天,符合的查询结果将显示在Datagrid中, -Delphi SqlServer database query example, Delphi date data using variables query, set the query conditions specified period of time for the day to day, in line with
Delphi_330248
- Delphi SQLSERVER事务处理应用例子源代码,用一个浏览员工信息的例子来演示delphi的事务应用,可上一条、下一条查看读取数据库中的内容,想了解Delphi事务应用吗?请参阅本源码文档。 -Delphi SQLSERVER transaction processing application example source code, with a view employee information delphi examples to demonstrate the applic
C
- Delphi结合SQLSERVER数据库实现的多方式数据浏览功能,使用Frames实现窗体资源的重复利用,可实现普通数据浏览窗体,数据字典风格的维护窗体, -Delphi SQLSERVER database combined to achieve multi-mode data browsing, use Frames achieve reuse the form of resources, achieve common form of data browsing, data dictio
Delphi_211653
- Delphi结合SQLSERVER实现批量打印数据的例子,实例数据库为SQLServer数据库,数据库名为mrxt,配置ODBC为mqis。使用本例时,请安装SQLServer2000数据库,利用企业管理器恢复数据库脚本或附加数据库。数据库脚本为mrxt.sql,在Database文件夹下。 -Delphi SQLSERVER achieve combined batch printing data example, SQLServer database instance database,
exsentially-function
- 此为财务管理系统,实现的功能较权,它是用delphi+sqlserver开发的-This is a financial management system, realize the function of the power, it is developed by Delphi+ is essentially
heries
- 此为财务管理系统,实现的功能较权,它是用delphi+sqlserver开发的(This is a financial management system, realize the function of the power, it is developed by Delphi + is essentially)
BFGL
- 一个打样管理系统,同时包含考勤管理,杂物管理,多个模块,适合工厂使用(A sample management system, including attendance management, sundry management, multiple modules, suitable for factory use.)
gant_ocx
- delphi 甘特图控件,欢迎各位试用看下效果(Delphi Gantt chart control, welcome to try and see the effect)
Delphi超实用的SQLServer 数据库应用函数
- /* 超实用的Delphi平台上对SQL Server数据库调用的功能函数 */ 一个程序平台内可供不同模块调用的函数库。包括SearchTable (查询表存在与否), SearchField (查询表中的某个字段存在与否), SearchView(查询视图存在与否), AddFiled(添加字段),DelFiled(删除字段 ),MyQUery( 查询函数 ), SearchFieldValue(查找表中指定字段上是否存在某值)....(Functions Calle