搜索资源列表
TestEde
- 一个数据库测试实例,关于微软的SQL SERVER开发的。可以作为参考。-example of a test database on the Microsoft SQL Server development. May be used as reference.
gongdianjuoa
- 学习数据库开发的好例子,这是一个关于供电局数据库开发的示例!-good example of this is a power supply bureau of the sample database development!
在SQL中删除重复记录(多种方法)
- 在SQL中删除重复记录 学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表employee为例)。-SQL delete duplicate records sql learning for a long time, I found in a building used for
使用ADO执行存储过程
- 一个用ADO执行存储过程的例子,在执行时可以连接不同的数据库-a process of the implementation of storage example, the implementation can be connected to a different database
Delphidb
- Delphi_7.0数据库开发源代码。有内容十一章节,每章有合适的例子来配合讲题。可以分别调试。-Delphi_7.0 open source database. The contents are 11 chapters, each devoted to a suitable example to meet Topics. Debugging respectively.
sql2
- SQL学习宝典2.0的使用说明: 1.在win95,win98下要安装PWS(win98安装盘里有). 2.把sql2目录设为虚拟目录。 2.在浏览器中运行http://localhost/sql2/index.asp. SQL学习宝典2.0的功能说明: 1.学习和检验SQL语句,输入SQL语句即可执行,及时显示结果。 2.assess数据库显示,显示数据库中的所有表名和所有表的记录, 包括字段类型。可以在conn.inc文件中把xx.mdb换成你自己的数据库
CSqlMakerTest
- 一个vb开发,可以动态生成SQL的\"拼装类\". 例如: sql.strsql=\"select ? from ? \" sql.setFieldEx \"field1\" sql.setFieldEx \"tbl\" debug.print sql.strsql 输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." Fo
wangjiejob1
- 一个数据库的小例子 实现了查询修改更新闪出各种操作 并能对基本表进行删除-a small example of database inquiries realized Update shining various operational and is able to delete the basic table
WebCast20051118am_Demo
- 这是一个c#的用ado.net访问 sql server 数据库的例子 请参考-This is a c # ado.net visit with the sql server database please refer to the example
qiye_8
- 这是一个用SQL Server和ASP开发的搜索引擎网站,性质与百度等一样,输入你要搜所得信息,按照分类你会得到包含你信息的所有网页,该源码含有完整的SQL Server数据库文件,是数据库学习的不错实例。-This is a use of SQL Server and ASP development of the search engine website, Baidu nature and like, enter your search to information received, in
PhManage1
- 又服务器+客户端,不错的例子. 但是有所不同.-another server client, a good example. But different.
一个管理VB源码的数据库例子
- 一个管理VB源码的数据库例子-a management VB source databases example
master
- PB开发的一个山庄管理系统,现在仍在使用中,数据库sql server 2000。具有餐饮管理和住宿管理,含会员,折扣,支持读卡器等。13944902227-PB Hill developed a management system, are still in use, database sql server 2000. With food and beverage management and accommodation management, including members, disco
QueueRegedit
- 常用有关于计算机优化的注删表批处理文件。比如网络共享,安装SQL Server 2000 系统挂起等等。搞定这些小事情。-Commonly used on the computer table to optimize the injection of a batch file to delete. For example, a network share to install SQL Server 2000 system hangs and so on. Get these small thin
Projects
- 一个数据库的应用举例,天气遇到的一个系统编程-For example, a database application, the weather encountered a system programming
example
- 数据库上使用的简单例子,作为初学者的使用很好-Database using the simple example, as a beginner in the use of good
ORM.Example
- 使用它可以不用写sql语句,特别是要写很多sql语句时,它就显得非常好用-this is a orm frame
SQL-Server-2005-example-source-code
- 包括表的定义、查询、插入、修改代码,备份还原以及视图、存储过程和触发器代码-Including a table definition, query, insert, modify the code;Backup and restore, and views, stored procedures and triggers the code etc
xiangtongziduan
- sql查询 当有相同字段值的时候如何查询出来只显示一个,例如 a 数学 80 a 语文90 可以只显示一个a字段-sql query how to query when the same field values show only one example, a math and a 80 language 90 can only display one a field
SQLserver-Example
- SQLserver的一个初级的例子,网上下载的,经过调试和修改,直白的教你怎么在win32程序中编写和SQLserver的数据连接。-SQLserver a primary example, online download, after debug and modify, straightforward to teach you how to write win32 program and SQLserver data connection.