搜索资源列表
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
200641016498311
- 1.先建立数据库HOTEL 2.选中HOTEL数据库,选择所有任务->还原数据库 选择数据库文件中的hotelBackup,还原数据库 3.将源程序中 C***App类中构造函数中,链接数据库的帐号和密码更改为你的密码 即可使用 4.本软件未完成,你可以根据需求,加入更丰富的功能。 5.Release目录下面的*.ssk 和*.dll不能删除,那是加载皮肤所需要的 -1. First establish a database HOTEL 2. HOTEL sel
DataEasy
- This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.-OleDb as a backhand c ommunicator with the file to allow th
AccessDataQurey.rar
- 用C#实现的连接数据库,然后可以些SELECT语句来实现查询!,With C# Achieve connectivity database, and then can be more SELECT statements to query!
TeSys.rar
- 考试模块 在后台管理界面中,可以添加学生信息及考题。在添加考题前,首先需要添加科目。添加考题时,首先在“题库”菜单中选择考题类型,然后在“试题管理”菜单中通过“添加”、“修改”、“删除”命令可对该类型的考题进行操作。,Test management interface module in the background, the students can add information and questions. Add questions in the former, first of al
demo.tar
- oracle官方ODBC cdemo_odbc.mk connect.c insert1.c insert2.c select.c-oracle c/c++ odbc cdemo_odbc.mk connect.c insert1.c insert2.c select.c
dvsjkfjn
- SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL> select chr(5474
sqlCSLJ
- C#环境下,和数据库相关的select,insert,update等基本操作的类。-C# environment, and databases related to select, insert, update, such as the type of basic operation.
myspool
- PROC*C OCI 程序,对任意数据SELECT SQL快速生成CSV输出,取代其他方式-PROC*C OCI program, used to fast spool oracle query select to csv file.
7160310326
- 编写一个C程序,创建一个sqlite数据库,试实现对该数据库的下列操作:根据某一个学生的学号进行他选择课程的查询并打印输出;查询选择某一门课程的所有学生信息并打印输出; -Write a C program to create a sqlite database (name is SelLesson), which contains two tables of the database to achieve the following: According to a certain numb
DistillSQL
- 本实例通过Visual C++实现了SQL数据库提取器的功能。运行本实例,可登陆当前选择的服务器,并获得服务器中所有数据库的信息,选择一个数据库及数据库中的数据表,该表的结构信息将显示在下方的列表中,并可以将该表的结构信息导入到WORD文档中和EXCEL表格中-In this instance by Visual C++ implementation of the SQL database extractor functions. Run this example can be found at
5
- Visual C#2008的SQL查询与图表技朮。包括多表连接条件查询,分组条件查询,排序查询,嵌套查询,视图在Select查询语句中的应用,存储过程在Select查询语句中的应用等。-Visual C# 2008 for SQL queries and chart technology. Conditions including multi-table join queries, grouping condition query, sort, query, nested query, view
Useful-SQL-statement
- 十分有用的SQL语句, select a.S# from (select s#,score from SC where C#= 001 ) a,(select s#,score from SC where C#= 002 ) b where a.score>b.score and a.s#=b.s#-Useful SQL statement select a.S# from (select s#,score from SC where C#= 001 ) a,(
N-sheets
- 以G列分成多个工作表(以宏运行VBA) -Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious)
Web-Select-Course-System
- 网上选课系统 C# AND Sql Server 实现学生网上选课的基本功能-Online Course Selection System C# AND Sql Server to achieve the basic functions of Students Online Course
php_sql
- 将数组,HTML,XML或JSON文件转换为SQL语法。 使用 ======================== - SELECT *FROM myArray ORDER BY key DESC,value ASC, - SELECT key,value FROM myArray WHERE value= 100 , - SELECT * FROM json_file(my_json_file.txt), - SELECT * FROM xml_file(http:
SQL2000SampleDb
- 数据库SQLSERVER2000后就不自带示例数据库了,这个是示例数据库的脚本 安装方法: 1、安装SQL2000SampleDb.msi后在C盘下有目录SQL Server 2000 Sample Databases,该目录下有instnwnd.sql、instpubs.sql脚本 2、打开SSMS,“文件---打开---文件”选择上面两个脚本即可创建示例数据库(After the database SQLSERVER2000, the sample database is not br