文件名称:vbsqlccgcsrc
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-06
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- cpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在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
...............\创建存储过程.doc
...............\工程1.vbp
...............\工程1.vbw
创建SQL存储过程