搜索资源列表
DataFilter
- 当我们在操作数据集时,往往需要对数据进行筛选。例如:一个名为Customer的数据表,它具有CustNo、CustName、Country、Address、Phone、State、TaxRate等字段,如果只想查看国别为China或顾客号大于1000的顾客记录,就需要对数据集进行过滤。经总结,有下面这些过滤方法: 一、利用Ttable和Tquery的Filter属性 二、用ApplyRange筛选数据集的记录 三、用OnFilterRecord事件筛选 四、用Tquery控件的S
bank_biji
- 银行项目总结的笔记,包括shell、sql语法、informix
VC++6.0 中用 ADO 存取 Access 数据库的一点总结
- VC中使用ADO访问数据库的一个事例程序,包含了许多SQL语句,对初学者非常有意义-ADO visits access database.It contains many sql sentences,very significant to beginners
CCS教程
- 人们在使用SQL时往往会陷入一个误区,即太关注于所得的结果是否正确,而忽略了不同的实现方法之间可能存在的 性能差异,这种性能差异在大型的或是复杂的数据库环境中(如联机事务处理OLTP或决策支持系统DSS)中表现得尤为明 显。笔者在工作实践中发现,不良的SQL往往来自于不恰当的索引设计、不充份的连接条件和不可优化的where子句。在对 它们进行适当的优化后,其运行速度有了明显地提高!下面我将从这三个方面分别进行总结:-people in the use of SQL often fall into
学习ADO时
- 对ADO学习的总结,有统计,计算,对SQL语句的详细使用,很好的代码,值的学习-right ADO study's summary, statistics, calculation, to the SQL statement detailed the use of good code, the value of learning
oracleDB2.api
- oracle与DB2应用方面的总结和应用中的一些区别,sql优化总结。-oracle and DB2 applications experience summary
SQL
- 对数据库查询语言的全面且简约的个人总结,包括数据库查询,添加,更新,删除,统计,建立索引字段,查询未知名字段-Comprehensive database query language, and brief personal summary, including a database query, add, update, delete, statistics, index fields, the query name field, and so unknown
SQLyujujinhua
- 本文档总结并列出了常用sql语句,以及实例!-This document summarizes and lists the commonly used sql statements, and examples!
Sql-Server
- 基于Sqlserver的性能优化心得和培训材料,总结得都是经典,对数据库优化有很大帮助。-Based on experience and performance optimization Sqlserver training materials, summed it all classic, a great help to optimize the database.
SQL-plus-commonly-used-commands
- 总结了SQL plus常用的命令,类似手册,可方便查看-Summarizes the SQL plus commonly used commands, similar to the manual, you can easily see
PB11-connectdbsys
- PB115连接数据库的方法总结多种连接方式-pb sql connect
VFP--supplementary-command
- VFP 中的一些命令总结,希望能对各位朋友有一定的帮助。包括:一、表的操作命令 二、SQL语句 三、表单知识 四、报表知识 五、菜单知识 -In VFP command summary, I hope our friends will certainly help. Include: a table command Second, the SQL statement Third, the form of knowledge Fourth, the stateme
SQL语句教程
- 对SQL语句的概括和总结,适合新手对SQL语句的快速入门(This file helps beginners learn SQL quickly.)