Description: 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
To Search:
File list (Check if you may need any files):
创建SQL存储过程\Form1.frm
...............\创建存储过程.doc
...............\工程1.vbp
...............\工程1.vbw
创建SQL存储过程