资源列表

« 1 2 ... .49 .50 .51 .52 .53 154.55 .56 .57 .58 .59 ... 804 »

[SQL Server数据库cunchuguochenghechufaqi

说明:存储过程(Stored Procedure)是在大型数据库系统中,一组为了完成特定功能的SQL 语句集,经编译后存储在数据库中,用户通过指定存储过程的名字并给出参数(如果该存储过程带有参数)来执行它。 -Storage process (Stored Procedure) is in a large database system, a group in order to complete the specific functions of SQL statements set, compi
<懒人> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库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
<梁杰> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库SQL-Server-2005-example-source-code

说明:包括表的定义、查询、插入、修改代码,备份还原以及视图、存储过程和触发器代码-Including a table definition, query, insert, modify the code;Backup and restore, and views, stored procedures and triggers the code etc
<李红丽> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库createdb

说明:SQL语句,自动生成数据库,字段名可根据需要改动语句-Generate the database
<wang> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库vcadodotnetsrc

说明:ADO.net 对每种数据库都提供了专门的连接字,不过每种的连接方式都差不多,所以这里我只用 SQL Server来做。我在连接数据库时使用了以下几个步骤-VC ado.net
<王崛> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库tiji1

说明:数据库习题及其答案2——Database exercises and answers-Database exercises and answers
<zhan> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库MAS_DEV_document

说明:中国移动MAS机(华为)二次开发文档,详细介绍了基于数据库的开发模式。-China Mobile MAS machine (Huawei) secondary development of the document, detailing the development model based on database.
<> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库SPJ-sjk

说明:SQL供销关系代码 可以直接还原 如有不足可以联系我 -SQL relationship between supply and code directly to restore any inadequacies can contact me
<李高明> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库mssql_backup

说明:mssql管理,备份软件 asp源码 asp源码-mssql manager/backup source asp
<named> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库vbSQLDelete

说明:C#源码,数据库应用,表格操作 C#删除表格中指定记录,可在文本框中输入有效的SQL语句修改数据 -C# source code, database applications, forms, operating C# delete table records specified in the text box, enter a valid SQL statement to modify data
<肖华欣> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库denglu

说明:简单的 vb和access 登录程序 可以实现输入用户名和密码进行登录 ,密码错误是无法登录-The simple vb and access deng lu process
<wang> 在 2025-06-03 上传 | 大小:14kb | 下载:0

[SQL Server数据库football-player

说明:足球运动员信息管理系统,包括国籍,所在联赛,年龄,擅长位置等基本信息,实现数据的输入、输出、查询、删除、更新等。可与数据库连接。- Football player information management systems, including nationality, where the league, age, good location and other basic information, data input, output, query, delete, update, an
<张悦> 在 2025-06-03 上传 | 大小:14kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 154.55 .56 .57 .58 .59 ... 804 »

源码中国 www.ymcn.org