三度网教程:是一个免费提供流行视频软件教程、在线学习分享的学习平台!

ASP中是如何运用存储过程的

时间:2024-1-29作者:未知来源:三度网教程人气:


Start!
下面是创建存储过程
CREATE PROCEDURE select_forum
AS
select * from forum
Go
xx.aspx
<%@ Page Language="VB" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.SQL" %>
<%
dim conn as SQLConnection
dim cmd as SQLCommand
dim myreader as SQLDataReader
conn=new SQLConnectio("server=localhost;uid=sonysce;pwd=1netsg;database=1net")
cmd=new SQLCommand("select_forum",conn)
cmd.CommandType=CommandType.StoredProcedure
conn.Open()
cmd.Execute(myreader)
while myreader.Read()
Response.Write(myreader("content")&"<br>")
end while
myreader.Close()
conn.CLose()
%>
End

关键词:  ASP中是如何运用存储过程的





Copyright © 2012-2018 三度网教程(http://www.3du8.cn) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版