搜索资源列表
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
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.
CTEs
- SQL Server 2005中一个CTEs的小示例,比较详细的讲解的CTEs-SQL Server 2005 in a small sample of the CTEs, a more detailed explanation of the CTEs
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.
Modeling4
- 示例程序分别是在Delphi 7、PowerBuilder 9.0、Visual Basic.NET 2003、Visual C#.NET2003和SQL Server 2000个人版下调试通过的,不同的版本可能存在差别。另外,使用的操作系统是Microsoft Windows 2000(Professional,Server),原则上操作系统对程序没有影响,不过作者没有在其他操作系统平台上调试这些程序。在配套光盘中,作者提供了示例程序的源代码。另外,建议读者重新编译所有示例程序,进而熟悉它们的
ServerComboBox_src
- Sample Source to select and Connect to SQL servers on a network.
DB_GUID
- How To Generate GUID In Databases - A brief explanation wtih sample statements - Covers MSSQL, DB2 and ORACLE-How To Generate GUID In Databases- A brief explanation wtih sample statements- Covers MSSQL, DB2 and ORACLE
QueryOptimizer
- SQL 2000查询优化器,索引的示例,都是好例子,有好多有用的值得参考。-Query Optimizer SQL 2000, index of sample, are good examples, there are a lot of useful it is also useful.
SQLServer2000NorthWind
- 最近有人在找微软发布的Northwind示例数据库,我就把它发上来,还带有表的中英文对照哦!对你绝对有帮助!-Recently been published looking for Microsoft Northwind sample database, I put it made up, but also with a table of a bilingual Oh! You can definitely help!
dbp-1.1.8
- this a database sample-this is a database sample
200592714477503
- 做SQL server数据库开发时的一个小工具。可以自动为现成的SQL server数据库生成表结构文档以供使用,HTML格式。示例文件见压缩包中的 CIQ.html -SQL server database development to do when a small tool. Can automatically generate ready-SQL server database table structure of the document for use, HTML format. S
CreateDB
- SQL statements are executed that create a database, a table, a stored procedure, and a view in code. SQL statements are then executed that populate the table with data from the Northwind database. This table is then queried to fill a DataSet that is
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 .