搜索资源列表
gongdianjuoa
- 学习数据库开发的好例子,这是一个关于供电局数据库开发的示例!-good example of this is a power supply bureau of the sample database development!
[_DataBase162493862003
- DataBase keeping program explaining with a sample program a) Ranking Database. b) Library keeping. c) Record Keeping. -DataBase keeping program explaining with a sample program a) Ranking Database. b) Library keeping. c) Record Keeping.
sqlreport
- 数据库的三个实验报告样例,分别是数据库的创建、数据库的查询、数据库的更新。-database of three experimental sample report, namely the creation of the database, a query to a database, database updates.
SQLUnicode_demo
- It also provides a sample C++ client that tests the U2CP and CP2U conversion functions.-It also provides a sample C client that test s and the U2CP CP2U conversion functions.
Northwind_database
- 这个是sqlserver2000的示例数据库northwind,便于大家在学习数据库的编写过程中,直接使用、修改,非常方便-sqlserver2000 This is a sample database northwind. help everyone in the study process in the preparation of a database, direct use, modify, very convenient
testOracleConnect
- testOracleConnect.rar is a sample about Oracle Connection.
A_Database1825931252004
- This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications an
VB6加SQL 2000完整的示例程序
- VB6加SQL 2000完整的示例程序!共十个,想学数据库编程的赶快下载!-VB6 SQL 2000 plus a complete sample program! A total of 10, I wanted to learn database programming quickly download!
NorthwindAndPubs
- it is a sample database-it is a sample database
25SQLServer2000shilijiaocheng
- 本书详细介绍了应用sql进行开发的示例,通过本书的学习将会对sql有全新的认识.-The book details the application of the sample sql development through book learning will have a new understanding of sql.
SYBTool
- 一个执行SYBASE SQL语言的工具示例源代码 功能特色 1 语法颜色显示 2 执行DDL语句 3 在执行SQL Select 语句时使用异步多线程处理方式,这样在检索返回大量 数据Select语句时,不会使占用过多的CPU时间。 -An implementation tool for SYBASE SQL language sample source code features a syntax color display 2 implementation DDL
sql
- 是对数据库应用技术的一个样本数据库的实例,重在对数据库一些方法的熟悉与掌握,其中包括从数据库的概念模型到ER图的绘制,再到数据库模式的建立(即为数据库及其基本表的建立),而后数据的录入(在此从略)-Is a database application technology, examples of a sample database, focusing on the database some ways familiar with the master, including the concept
kesheshili
- 数据库课设示例代码 c#环境 简单连接示例 导航条示例-Database class set sample code c# Environment to connect a simple example of the navigation bar sample
CTEs
- SQL Server 2005中一个CTEs的小示例,比较详细的讲解的CTEs-SQL Server 2005 in a small sample of the CTEs, a more detailed explanation of the CTEs
DocumentManager
- 使用单独的一个mdb文件,分类保存图片、文档资料,并自带图片浏览器。支持与操作系统之间的文件拖放来导入、保存文档图片。 程序对ListView、TreeView控件的应用,在Access数据库中使用二进制保存文件等的应用,可供大家参考。-It s a Mdb Code file.It s a good sample for ListView and Treeview.
test_conn
- The zip file contais a sample program to check the sybase database connectivity. I ve attached the makefile as well for compilation on windows. Usage : test_conn <sybaseservername> <dbname> <username>
safedatbase
- 这是一个用vb和SQL开发的创建加密的数据库,包括源码和示例程序,大家-This is a vb and SQL development with the creation of an encrypted database, including source code and sample programs, welcome to try it.
a
- c#示例代码以及动态演示还有静态演示,帮助学习.net的vs2005环境-c# sample code and dynamic presentations are static presentations, to facilitate the learning. net to vs2005 environment
Data-Access---Build-a-Master-Detail-Windows-Form.
- This sample shows you how to build a master-details application. This common type of data-bound form is useful for navigating through records and viewing various levels of detail for the data related to each record.
Data-Access---Bind-Data-in-a-ComboBox
- This sample shows some how to bind data to a combo box control .