1.4 --- * Added changelog (this file) * Fixed tree control to search only for anchors, allowing images or other elements inside the controls, while keeping the control usable with the keyboard * Restructured folder layout: root contains plugin resou
国外的经典数据库学习资料,通俗易懂,是chm格式的。 下面是目录: Table 1-1: New Data Types in SQL:1999 11 Table 2-1: Code Requirements and Constructs, and SQL Server Permission Sets 50 Table 2-2: Contents of sys.assemblies 54 Table 2-3: Contents of sys.assembly_references 54 Tabl
1. ADO.NET and System.Xml Version 2.0 2. Bulk Loading, Batch Execution, and Paging 3. MARS, Asynchronous Commands, and ObjectSpaces 4. ADO.NET and SQL Server "Yukon" 5. New Features of System.XmlL Server "Yukon" 6. The XPathDocument2 Class 7. The Xm
These classes encapsulate the complicated DB2 CLI APIs, so that developers can access DB2 database in a simple, ADO style way. CSqlDatabase Represents a connection to a database CSqlCommand Defines a specific command (SQL statement) CSqlRecordset Re
--高级查询在数据库中用得是最频繁的,也是应用最广泛的。 Ø 基本常用查询 --select select * from student; --all 查询所有 select all sex from student; --distinct 过滤重复 select distinct sex from student; --count 统计 select count(*) from student; select count(sex) from student; select count(dis
Pro SQL Server Wait Statistics is a practical guide for analyzing and troubleshooting SQL Server performance using wait statistics. Whether you are new to wait statistics, or already familiar with them, this book will help you gain a deeper understa
This is the final part of a three-part series on using LINQ to SQL: Part 1: Mapping Tables to Objects Part 2: Adding/Updating/Deleting Data Part 3: WPF Data Binding with LINQ to SQL These tutorials describe how to map your classes to your tables man