搜索资源列表
财务管理系统
- 此为财务管理系统,实现的功能较权,值得一看啊,它是用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超实用的SQLServer 数据库应用函数
- /* 超实用的Delphi平台上对SQL Server数据库调用的功能函数 */ 一个程序平台内可供不同模块调用的函数库。包括SearchTable (查询表存在与否), SearchField (查询表中的某个字段存在与否), SearchView(查询视图存在与否), AddFiled(添加字段),DelFiled(删除字段 ),MyQUery( 查询函数 ), SearchFieldValue(查找表中指定字段上是否存在某值)....(Functions Calle