搜索资源列表
SQL_user
- 示例源代码:VC在SQL Server7中动态增加/删除用户-sample source code : VC in Dynamic SQL Server7 increase / delete users
专家选取
- 基于SQL专家随机抽取的小程序,是为某银行招标所作的!-random sample of small programs, is bidding for a bank's!
mfc60-ADO-SQLSERVER
- mfc60下通过编译。通过ado对sql server数据操作。简单数据库示例程序-mfc60 through compiler. Through ado right sql server data operation. A simple database sample program
Access SQL
- ADO.NET示例程序,包括OleDbConnection、OleDbCommand、OleDbDataReader的使用-ADO.NET sample program, including OleDbConnection, OleDbCommand, the use of OleDbDataReader
ADO 2.6 Programmers Reference
- 463x_Samples (this ZIP): ADO 2.6 examples using Visual Basic, ASP, Visual C++ and performance tester tool 463x_AccessData: Sample Access databases for Access 97 and Access 2000 463x_AccessPerf: Sample Access 2000 database for performance testing 4
Data_Mining_SQL_2008
- 这是《数据挖掘原理与应用—SQL Server 2008数据库》的随书SQL语句、源代码和Excel范例文件,基于DMX,代码主要包括对SQL Server 2008和Excel 2007中已经集成好的数据挖掘算法的应用, 如贝叶斯聚类、决策树、时序、聚类、序列聚类、关联规则、神经网络、逻辑回归、OLAP立方体的等算法,具有极高的使用价值。-This is the " Principles and Applications of data mining-SQL Server 2008 d
visdata
- VB 可视化数据库管理源码示例,源码中包括了sql server / excel/access /TXT 读取样例,可做为常用数据库编程参考。-VB source code sample visual database management, source code included in the sql server/excel/access/TXT read the sample can be used as common reference database programming.
SampleSQLCE
- SQL CE操作数据库的例子,简洁明了。-A Sample for SQL database acessing on windows ce,base on VB.net
SearchRecord
- 使用SQL语句进行基本的条件查询,VC6.0示例代码-Use SQL statements to query the basic conditions, VC6.0 sample code
SearchRecord2
- 使用SQL语句进行时间条件检索,VC6.0示例代码-Use SQL statements to retrieve the time conditions, VC6.0 sample code
sqlite.command.interface
- SQLite库包含一个名字叫做sqlite3的命令行,它可以让用户手工输入并执行面向SQLite数据库的SQL命令。本文档提供一个样使用sqlite3的简要说明。-SQLite library includes a name called sqlite3 command line, it allows users to manually enter and execute SQL commands for the SQLite database. This document provides
Ado
- VC++基于SQL的ADO访问数据库示例工程文件,包含vc++中ADO对数据库表的访问-VC++ ADO SQL-based database access sample project files, including the vc++ database tables in Access ADO
In-reports-realize-mailing-list
- 在水晶报表中实现邮件列表 2.软件环境 第一套方案:简体中文版Microsoft Windows XP SP2(IIS)/Microsoft Office 2003(SP2)/Microsoft SQL Server 2000(MSDE)/Microsoft Visual Studio 2005。 第二套方案:简体中文版Microsoft Windows Server 2003(SP1)/Microsoft Office 2003(SP2)/Microsoft SQL Ser
Viento-norte
- SQL Sample DATABASES
Pro.Full-Text.Search.in.SQL.Server.2008
- This book is intended for SQL Server developers and DBAs who want to get the most out of SQL Server 2008 Integrated Full-Text Search (iFTS). To get the most out of this book, you should have a working knowledge of T-SQL, as most of the sample cod
Image-SQL-Server-BLOBs
- itle: Image Database for SQL Server Using BLOBs Descr iption: Title: Image Database for SQL Server Using BLOBs This sample requires Microsoft SQL Server 2008 R2. It can store an unlimited number of JPEG images in the database itself as BLOBs (Bin
ACCESS
- 本例子中通过DAO来创建、读写Access文件. 示例中用到两种方法:SQL和DAO类函数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄。-This example is created by DAO, read Access files. Example used in two wa