搜索资源列表
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
town-1[1].0.4.rar
- Town是一个100% 纯Java API,它位于JDBC API的顶部。这个API的目的是简化和一个JDBC兼容的关系数据库的交互。通过使用Town,可以执行和管理select/insert/update/delete SQL语句,而不用真正写一行SQL。Town也可以使用任何JDBC连接字符串和内部连接池。
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
医院管理系统(hmis)
- 方法一: 1.运行SQL Server 2000的查询分析器,单击“装载SQL脚本”快捷按钮,打开例程目录下SQL目录里的SQL_HMIS.sql文件,单击“执行查询”快捷按钮运行打开的SQL语句,这样就建立了医院信息系统的数据库结构。 2.输入初始数据,参见表9-27到表9-29。 方法二: 1.运行SQL Server 2000的企业管理器,新建一个数据库,命名为HMIS。 2.选中HMIS数据库单击右键,在弹出菜单中选择“所有任务”子菜单下的“还原数据库”菜单项,打开“还原 数据库”窗口,
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.
DBExp
- MS SQL Server 浏览器/INSERT/UPDATE/SELECT/DELETE脚本生成工具 支持历史脚本-MS SQL Server browser/INSERT/UPDATE/SELECT/DELETE scr ipt generation tool to support the history of scr ipt
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
sqlserverback
- sql完全备份 目的中的备份到如果原来有路径和名称则选中名称点删除,然后点添加,如果原来没有路径和名称则直接选择添加-The purpose of a full backup sql backup to have if the original path and name of the selected point of the deletion of the name, then add, if the original path and name did not directly selec
10
- 第10章 SQL查询相关技术 10.1 SELECT子句 10.2 查询常量 10.3 查询变量 10.4 模式查询 10.5 TOP和PERCENT限制查询结果 10.6 周期、日期查询 10.7 比较、逻辑、重复查询 10.8 在查询中使用OR和AND运算符 10.9 排序、分组统计 10.10 聚合函数 10.11 多表查询 10.12 嵌套查询 10.13 子查询 10.14 联合语句Union 10.15 内联接查询 10
VBCommunicationwithdatabasebyODBC
- This example use the ADO technology in Visual Basic to operate the database by the way of ODBC,you can use the SQL language to select,update,delete from the database easily by this program.
DBProgram
- 在程序运行时,指定SQL语句,程序会为你执行相应的SQL语句应有的操作,如选择语句,然后在界面中显示出执行结果。-When the program runs, specify the SQL statement, the program will implement the corresponding SQL statement, you should have the operation, such as the select statement, and then in the interf
SQLshujukutiqu
- SQL数据库提取:再“选择服务器”下拉列表中选择要连接的服务器,输入数据库用户名和密码,单击“登录”按钮,即可连接该服务器。本程序主要实现了备份和还原数据库、附加和分离数据库、提取数据表、导出数据、配置ODBC数据源等功能。-SQL database extract: again, " Select Server" drop-down list, select to connect to the server, enter the database user name and
Print
- 万能打印模块使用说明书 先在“选择数据库类型”下拉列表中选择数据库类型,这里有两种,Access和SQL Server。选择完数据库后,单击“连接数据库”进入相应的操作界面,如图1.2、1.3所示-Universal print module manual first " Select database type" drop-down list, select the database type, there are two types, Access and SQL Se
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
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
- 实现一个简单的数据库,包括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
