文件名称:vbsqlccgcsrc
-
所属分类:
- 标签属性:
- 上传时间:2014-05-06
-
文件大小:5.34kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在VB与SQLSERVER结合的数据库系统中,创建存储过程,需要创建者操作如下:输入存储过程的语法结构,输入存储过程的名称,若输入的语法有错误,请检查语法结构。创建存储过程的语法示例:CREATE PROCEDURE [PRO_Employee] AS
select 员工编号,员工姓名,身份证号 from tb_employee
GO-VB and SQLSERVER database system combined, create a stored procedure, you need to create those operations are as follows: the grammatical structure of the input of the stored procedure, enter the name of the stored procedure, if the input is a syntax error, check the grammatical structure. Syntax example creates a stored procedure: CREATE PROCEDURE [PRO_Employee] AS
select employee number, employee name, ID number from tb_employee
GO
select 员工编号,员工姓名,身份证号 from tb_employee
GO-VB and SQLSERVER database system combined, create a stored procedure, you need to create those operations are as follows: the grammatical structure of the input of the stored procedure, enter the name of the stored procedure, if the input is a syntax error, check the grammatical structure. Syntax example creates a stored procedure: CREATE PROCEDURE [PRO_Employee] AS
select employee number, employee name, ID number from tb_employee
GO
(系统自动生成,下载前可以参看下载内容)
下载文件列表
创建SQL存储过程/Form1.frm
创建SQL存储过程/创建存储过程.doc
创建SQL存储过程/工程1.vbp
创建SQL存储过程/工程1.vbw
创建SQL存储过程
创建SQL存储过程/创建存储过程.doc
创建SQL存储过程/工程1.vbp
创建SQL存储过程/工程1.vbw
创建SQL存储过程
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.