搜索资源列表
SQL-Tables.zip
- (转载)Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table(FieldName,Datatype,size,AllowNulls) with databse name and s
sql查询
- VB实现交互式组合SQL查询的例子(SELECT aaa FROM bbb WHERE ccc ORDER BY ddd)-VB portfolio interactive SQL Query example (aaa SELECT FROM WHERE bbb ccc ORDER BY ddd)
公司人事薪资管理ASP+SQL版
- 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server 2000或以上的版本,建立一个新的数据库ASPData,再将 存放在datasource子目录下的mydb_1文件导入到新建的数据库中,并进行还原备份。-on Windows systems management tool, select Internet Information Services, access we
officexptoolbar
- 主要用于灵活可靠地生成任意复杂的DataWindow的Filter语句或SQL的Select语句中的Where查询条件。核心技术是采用面向对象方法分析了SQL的SELECT语句的语法结构,概括出基于表达式类的面向对象模型(包括字段,常数,函数,自定义表达式及二元表达式对象)。在查询界面中,用户可以灵活地创建、销毁、组合或拆分这些对象,构造出复杂多样的表达式树,有效地实现了数据库的动态查询。-mainly for flexible and reliable generation of arbitr
Business
- using System using System.Collections.Generic using System.Text using DataAccess using System.Data namespace Business { public class SalesTable { DataOperate temp = new DataOperate(\"server=. uid=sa pwd=sa database=pubs\")
report_cycle
- 功能: 自动绘制循环报表说明: 以可视化的方法自动绘制循环报表 可以任意指定对象属性, 属性支持原有表达式 支持SQL Select和外部数据源作用: 将繁琐的不可视代码调试转化为轻松愉快的可视化绘制 开发时间由以天为单位计算缩短为以分钟为单位-functions : automatic mapping cycle statements Note : Visualization of the automatic mapping cycle returns to be arbitrarily de
SQL之源码
- 第5章 Transact-SQL及其程序设计基础5.2 Transact-SQL基础5.2.2 数据查询1.查询表中所有的列例如,要查询表book中的所有书籍的信息,可在SQL查询分析器中输入如下命令:SELECT * FROM book-Chapter 5 Transact-SQL procedures and the design basis 5.2 Transact-SQL data base for a 5.2.2. For all of the tables out, for exam
MFCSQL_20100507
- Visual C++ MFC,连接SQL2005数据库,查询数据,并添加数据到数据库。-use the c++ mfc ,to connection the sql server 2005 database,insert some data to the database and then select the data in it.
SQL-Tables
- (转载)Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table(FieldName,Datatype,size,AllowNulls) with databse name and s
student
- 学生选课系统,能实现学生选课,退课的操作,并同时系统管理员登入操作课程的发布和学生的各种数据记录。-course-select system
feisullzj-v8.60
- cmd = string.Format("x {0} {1} -y", rarName, path) startinfo = new ProcessStartInfo() startinfo.FileName = rarexe startinfo.Arguments = cmd startinfo.WindowStyle = ProcessWindowStyle.Hidden System.Environment.CurrentDirectory
SQL-statements-Collection
- 下列语句部分是MsSql语句,不可以在access中使用。 SQL分类: DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE) DML—数据操纵语言(SELECT,DELETE,UPDATE,INSERT) DCL—数据控制语言(GRANT,REVOKE,COMMIT,ROLLBACK) -The following statement is MsSql statement can not be used in access. SQ
selectDifentRow
- sql产看不同行几种方法 (distinct group by ) -sql select difient row (distinct group by )
LINQ_to_SQ
- 本文介绍了使用LINQ to SQL在一个Windows窗体应用程序,本文将地址整合LINQ to SQL成形式的项目,如何使用LINQ to SQL选择、插入、更新和删除数据,以及如何使用LINQ to SQL执行存储过程。选择查询示例将演示排序、过滤、聚合、返回类型列表,返回单个对象和值,以及如何查询在实体集-This paper describes the use of LINQ to SQL in a Windows Forms application, this article wil
SQL-attribute-query
- vc,C#,Arcengine SQL属性查询,select,from ,where-vc, C#, Arcengine SQL attribute query, select, from, where
SQL
- 实现一个简单的数据库,包括select、delete、insert、create、drop等功能,适合新手参考-Implement a simple database, including select, delete, insert, create, drop and other functions, suitable for novice reference
SQL_SELECT
- SQL select 里面包含了所有的sql查询消息,包括查询,删除 ,修改-SQL select which contains all the sql query message, including the query, delete, modify
SelectInGrid
- Select con grids en fox
sql20180116
- play 配置 sql查询,用于sql语句的执行(play configuration for sql select update alter)
pb_skills
- pb编程技巧,说明,书籍。在开发中,我们有时会遇到用一个DataWindow来表现数据库中多个表中数据的情形,这时DataWindow用到的SQL Select语句是一个多张表连接的视图。当我们对这样一个DataWindo w中的数据进行修改并提交数据库时,我们将会发现我们并不能简单地使用一条dw.update() 来实现同时对数据库中多张表的修改。(Pb programming skills, descr iption, books)
