搜索资源列表
liangku
- 数据库编程的简单举例.原创.使用了一些小技巧.不是最简单的控件使用. 如: function GetDsXml(sql:string):string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add(sql) try qry.Open cds1.Open if not qry.Eof then begin Result:=cds1.XML
ASP.NET与数据库编程
- ASP.NET与数据库编程 1.在本实例中,使用的是SQL Server 2000的数据库而这里只给了对应的Access数据库,如果你想在你的机器上在运行程序需要在SQL Server下重新建立一样的数据库,或者使用前面介绍的导入导出工具将.mdb数据库转化为SQLServer数据库。 确保你的机器上的服务名,和程序中的代码要统一。 2.将library文件夹复制到C:\\Inetpub\\wwwroot\\目录下(一般情况是这样),即可运行程序 3.运行ASP.NET程序先要
DataBase操作
- 用DELPHI编的数据库程序,里面的操作有教你如何通过中间件技术,通过接口来连接数据库-DELPHI series with a database program, the operation is inside teach you how middleware technology, and interfaces to connect to the database
文档资料信息管理系统
- 公司文档资料信息管理系统,自己学PB时的小程序! PowerBuilder是著名的数据库应用开发工具生产厂商PowerSoft公司推出的产品(PowerSoft现已被数据库厂商Sybase所收购),它完全按照客户机/服务器体系结构研制设计,在客户机/服务器结构中,它使用在客户机中,作为数据库应用程序的开发工具而存在。由于PowerBuilder采用了面向对象和可视化技术,提供可视化的应用开发环境,使得我们利用PowerBuilder,可以方便快捷地开发出利用后台服务器中的数据和数据库管理系统
PowerBuilder程序设计实训教程》源代码
- You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc. If you use the EWCalc.mak file you will have to change the pointers to the proper directories. If anyone has any problems send me an em
ADOSample1
- 本程序用VC实现ADO编程的实例,希望对学习数据库的新手有所帮助。-this program with VC ADO programming examples, and I hope to learn from the database newbie help.
Database Access with SQL
- 5个用Java编写的Access、SQL数据库程序-five Java prepared by the Access, SQL database program
约瑟夫环原码
- 约瑟夫环的原程序很好用的啊 我的程序是自己做的 考试还得了优呢 免费的 大家快来下载啊 -Josephus the original program with the good ah my own procedure is the examination of priorities? Need everyone to hurry free download ah
system
- 企业仓库管理系统使用SQL2000做为后台数据库数据库文件在压缩文件中在database文件夹下。使用VC++编写,使用ADO方法访问数据库,程序中将数据库操作封装成一个很健全的类,用户可以直接将ADO类应用在其他的系统中.系统的功能如下: 系统由基本信息管理模块、入库管理模块、库存管理模块、查询管理模块等几部分组成。 1、基本信息管理模块主要包括操作员管理、商品信息管理、库存信息管理、供应商信息管理4部分。 2、入库管理模块主要包括商品入库、入库退货两部分。 3、库存管理模块主
updateSQL
- SQLServer 脚本自动升级程序,带源码,基于BCB5.0,完全自己编写,未使用第三方控件,使用说明见包内的Readme.txt-SQLServer scr ipt automatically upgrade program, with source code, based on BCB5.0, completely write your own, without using third-party control, use instructions, see the Readme.txt
200606030226
- 用vb编的小程序 是关于客户管理系统的程序-Small program with vb code is on the customer management system procedures
wxWidgetsOCI
- 一个wxWidgets程序,用VS2005SP1开发,通过OCI访问ORACLE数据库.-A wxWidgets program with VS2005SP1 development, access to ORACLE database through OCI.
selfcapture
- VB编写的有意思的自恋拍照程序,带有Access数据库,数据库密码请查看USER下的MDB文件,-Interestingly, VB, narcissism camera program, with the Access database, the database password, please view the USER under the MDB file
AdoFind
- 实现了数据库的查找功能,程序附带少量说明,简明易懂-The database search functions to achieve the program with a small amount of instructions, easy to understand
SQLconnpool
- 用VC6实现的一个SQLSERVER连接池程序,附带测试程序。-SQLSERVER using VC6 to achieve a connection pool program, with a test suite.
sql-10-
- 数据库的一些优化方案与常用优化方法,请大家指点.谢谢.-Database optimization program with the commonly used optimization method, please advice. Thank you.
zidong
- 易语言自动录音源码例程程序结合易语言多媒体支持库,实现自动录音功能。-Easy language source code routines automatic recording multimedia program with easy language support library, automatic recording function.
complexpolynomials
- Program with complex polynomials. You can add , subtract , multiply them.
4.0
- 用c语言编写一程序完成求1-3+5-7+…-99+101的值的功能-C language program with the completion of a 1-3+5-7+ ... find the value of the function of-99+101
VBsqliteDB
- 无需部署即可使用的sqlite演示程序 程序用vb6编写,包含sqlite的基本操作及性能测试,直接调用sqlite.dll中的api函数。性能测试中演示了插入操作使用事务提交及不使用事务提交方式在时间上的巨大差异。演示及性能测试代码为原创。-No need to deploy sqlite demo program can use the program with vb6 write, contains the the sqlite basic operation and performanc