搜索资源列表
sql2
- SQL学习宝典2.0的使用说明: 1.在win95,win98下要安装PWS(win98安装盘里有). 2.把sql2目录设为虚拟目录。 2.在浏览器中运行http://localhost/sql2/index.asp. SQL学习宝典2.0的功能说明: 1.学习和检验SQL语句,输入SQL语句即可执行,及时显示结果。 2.assess数据库显示,显示数据库中的所有表名和所有表的记录, 包括字段类型。可以在conn.inc文件中把xx.mdb换成你自己的数据库
fmodbcsql
- 本例要使用的ODBC数据源名为LocalServer,该数据源指向SQL Server的一个名为test数据库内的student数据表。student数据表的数据可从本目录内的student.txt文件导入。在测试本例前务请预先创建好上述ODBC数据源、数据库和数据表。-the cases to use the ODBC data source named LocalServer. The data sources point to a SQL Server database known as
SQL_Replace
- 一个SQLServer数据库的字段内容批量替换程序。 在实际生产中使用过,其中涉及到的表名和字段名称是与特定应用绑定的,仅供参考。有兴趣的朋友可以按自己的要求修改。-a SQLServer database fields as mass replacement procedures. In actual production use, which refers to the table name and the field name is bundled with a specific ap
shujuku-zzd
- 数据库系统的课程设计的题目要求如下 (一) 数据库系统表名及域名检索与贮存。 (二) 数据库系统表名及域名选择与传送。 (三) 创建数据库系统源表与目标表的数据关系。 (四) 创建数据库系统源表与目标表的数据关系公式。 -database system curriculum design requirements of the subject as follows (1) database system table name and the domain name retri
outcsqlsever1.3.0
- 这是114专业的数据库原理上机作业,控制台c++,ado+sqlsever 请依次输入 数据(针对student表格)库名, 用户名, 密码: 本例只针对students数据库,共三个表个:student,Course,SC. 本例为您封装了_ConnectionPtr m_pConnection,您只管在需要的 地方使用,不必管理维护。其他基础功能也有所安排
SQL注入工具源码
- 利用SQL Server的注入漏洞实现猜解数据库名,表名,字段名及记录的信息,由于网速的原因,目前限制了只能同时猜解前5个字段值的记录信息。另外实现了三种方式执行系统命令,同时可回显显示。-use SQL Server injection vulnerability achieve guess Solutions database name, table names, field names and the information recorded, the speed network, cur
sql2005
- sql2005 非常好用的分页功能,直接多字段排序。自动添加表名,查询条件页码和排序字段,排序类型。-paging sql2005 very useful function, sort of direct multi-field. Automatically add the table name, query page and sort field, sort type.
fetchstruct
- 根据表名提取表的结构包括表和字段的各种信息-Extracted in accordance with table structure, including tables and information fields
sql-searchtable
- 判断一个已知表名的表是否在数据库存在的方法,-Determine the form of a known whether the table exists in the database approach,
mdfAnalysis
- 分析sql2000mdf的部分代码 分析出表名字段属性-Analysis of the code analysis sql2000mdf part of the table name attribute above
logsend
- 日志分发程序,可以根据数据库的表名实现数据的读取,传给其它的网点。-Log distribution program
MyChnSqlite
- sqlite中文数据库名、表名、字段名等的实现-SQLITE chinese
ExportTable
- sql导入导出工具 使用简单 只要配置db.properties文件就可以 前面是配置你数据库的连接方式 output是配置到出表结构 及数据存放的文件 会自动生成 table为空则只导出表结构 如果要导表 就填写表名 中间用逗号分隔。 生成的sql文件可以直接运行 不带表空间 等。-sql import and export tools easy to use as long as the configuration db.properties file to con
Page
- 自写的分页存储过程,输入参数有表名,排序字段,页码等,输出页面的数据。-Write a stored procedure from a page, enter the parameters table, sort field, page number, etc., the output page of data.
rename_accesstable
- 用access导入建立了dsn的sql server数据库。 然后用此工具可以把表名前缀dbo_批量除去,并且可以把一些表的记录删除。-sql server->access
SQL
- SQL的一些精妙语句实例,适合有一定基础的人来看,可以通过这些语句体会到怎样才可以把SQL用好。举例:1、说明:复制表(只复制结构,源表名:a 新表名:b) (Access可用) 法一:select * into b from a where 1<>1 法二:select top 0 * into b from a - Some exquisite examples of SQL statements, for people who have some basic t
querrytablenamebycontent
- 一个根据表里面字段内容查找表名的存储过程.比较好用-a very good chun chu guo cheng .yong lai cha chao biao ming
pro_pgCount
- 存储过程 通过输入查询条件、表名、每页记录数等条件,利用两个存储过程,计算出总页数、以及当前页的开始记录数和结束记录数-Stored procedure by entering the query, table name, page number of records and other conditions, the use of two stored procedures to calculate the total number of pages, and start recordin
NorthWind_CH
- SQL_Server示例数据库NorthWind,包含表名:Categories;CustomerCustomerDemo等。-SQL_Server sample NorthWind, including table name: Categories, CustomerCustomerDemo, etc..
SqlTableToDic
- 以前太懒,写来偷懒的小工具,给出数据表名,一键生成数据字典,WORD格式.-In the passed time, i m too lazy to edit data dictionary document by manual, so i had written this tool to implement one key generate DDD automaticly in the WORD doc format.