▍1. 将SQL访问
Convert Sql to Acce-Convert to Access SQL
工厂服务管理系统一个比较有用的程序,有需要的可以下载.-factory service management system a more useful procedures and the need to be downloaded.
一本很不错的书,大家可以好好看看,适合初学者来学习sql!-A very good book, everyone can be a good look at, suitable for beginners to learn sql!
本书是为需要了解5.0版本新特性的MySQL老用户而写的。简单的来说介绍了“存储过程、触发器、视图、信息架构视图”,这是介绍MySQL 5.0新特性丛书的第一集。希望这本书能像内行专家那样与您进行对话,用简单的问题、例子让你学到需要的知识。 为了达到这样的目的,我会从每一个细节开始慢的为大家建立概念,-This book is for the need to understand new features of version 5.0 of MySQL written in the old users. Simple example to introduce the
MSSQL2000海量数据分页的存储过程代码-MSSQL2000 Massive Data Storage pagination process code
可以显示 SQL SERVER 中被加密的存储过程,还原SQL源代码。-show SQL SERVER encrypted storage process and restore SQL code.
比较可以的源码,关于dbhelper的 非常号,非常实用-It s about dbhelper,itis convenient for your softw development
SQLServer中实现拼音首字母的查询方法-SQLServer initials in the phonetic realization of the query methods
一个基于vc++和SQLServer2000的数据库应用程序 是个完备的汽车销售管理系统-a vc and SQLServer2000 based database application is complete automobiles sales management system
delphi实现的可以在局域网中两台计算机之间进行SQL server 2000异机同步备份-delphi can realize two computers in the LAN between the different machine SQL server 2000 synchronization backup
实现图书借阅管理功能,适用于PB自带数据库,通过PB实现界面的编辑-management functions applicable to the PB to bring their own databases, through PB interface editor
用VC和SQL Server开发的固定资产管理系统,包括系统信息管理,固定资产管理和统计查询管理三个大模块-VC and SQL Server development of the fixed asset management system, including system information management, fixed asset management and statistics for the three management module
SQL SERVER机械工业出版社《SQL Server应用开发实例教程》源代码-SQL SERVER Machinery Industry Publishing House, "SQL Server application development tutorial examples" source code
数据库实验报告模式,SQL语句,里含五个实验,-Experiments reporting model database, SQL statements, where with five experiments,
这是一个库存管理系统-This is an inventory management system
PB-MSSQLSybase通用框架12.rar 快速开发PB程序不可缺少的框架代码,有它,就不需要从零开始-PB-MSSQLSybase generic framework for rapid development of PB procedures 12.rar indispensable framework code, have it, you do not need to start from scratch
警E卫办公自动化数据库,可以参照全部用SQL脚本建立数据库,以及添加相关用户组,用户名,权限等-Police E Wei office automation database, can refer to all the SQL scripts used to build up a database, and add the relevant user group, user name, permissions, etc.
用 Java编写的访问Sql数据库的代码。-Used to access Sql database written in Java code.
Asp.Net+SQL Server 2000的学生信息管理系统!有三个用户权限,学生,系级和院级管理员!-Asp.Net+ SQL Server 2000" s Student Information Management System! There are three user rights, students, department level and hospital-level administrators!
应用背景Online Judge( 简称 OJ) 一般指在国际大学生程序设计竞赛等各种形式的编程比赛中用来评测参赛选手程序的正确性与时空效率的程序以及评测程序所依托的网络环境。讨论了游标在OJ中的应用,重点讨论了在考试帐号随机分配存储过程中, 以及在删除答案的触发器中应用游标实现逐行存取数据的问题.关键技术应用游标机制以便每次处理关系表中的一行或一部分行。采用 Transact SQL 游标,在存储过程或触发器中使用 Transact SQL 游标的典型过程为: a. 使用 DECLARE CURSOR 语句声明 Transact SQL 游标; b. 使用 OPEN 语句打开游标; c. 使用 FETCH 语句提取单个行; d. 使用 CLOSE 语句及 DEALLOCATE 语句关闭并释放游标.