首页 相关文章 使用NextRecordset通过一个Connection输出多个select查询

使用NextRecordset通过一个Connection输出多个select查询

<%
dim conn
dim strconn
dim rs
dim strsql
dim strsql2
dim strsql3
dim strsql4
dim strsql5
dim strsql6
dim strsql7
dim strsql8

'strconn = Driver={SQL Server};Description=example;SERVER=222.222.1.2;UID=webexample;PWD=;DATABASE=webexample"


'Format Declare & EXEC statements that will be passed
'to the database with the output parameters
strsql = "DECLARE " & CHR(10) & "@Id_Req " & "INT" & CHR(10)
strsql2 ="exec " & "sp_EmpInfo" & " '" & request("txtFirstName") & "'," & "'" & request("t...[ 查看全文 ]

2016-01-29 标签:

使用NextRecordset通过一个Connection输出多个select查询的相关文章

手机页面
收藏网站 回到头部