六月婷婷综合激情-六月婷婷综合-六月婷婷在线观看-六月婷婷在线-亚洲黄色在线网站-亚洲黄色在线观看网站

明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

在config.web中保存數據庫連接串

[摘要]在asp中有多種方法保存數據庫連接串,asp+提供了另一種新方式:config.web。quickstart中的許多demo都是直接將連接串寫在程序中。這對于demo用途是沒有問題,但在實際使用中是不行的。本文示范如何使用config.web來存儲連接串。在每頁asp.net中你只需用調出來就可以...
在asp中有多種方法保存數據庫連接串,asp+提供了另一種新方式:config.web。quickstart中的許多demo都是直接將連接串寫在程序中。這對于demo用途是沒有問題,但在實際使用中是不行的。

本文示范如何使用config.web來存儲連接串。在每頁asp.net中你只需用
調出來就可以直接使用了。這樣做的好處一是安全,二是方便,改密碼時只需改一個地方即可。

廢話少說,這里就是code:(放在該application的根目錄下)

Config.web
<configuration>
        <appsettings>
                <add key="MyConn" value="server=localhost;uid=sa;pwd=mypassword;Database=somedatabase"/>
        </appsettings>
</configuration>


Somepage.aspx
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.SQL" %>

<script language="VB" runat="server">

Sub Page_Load(Src As Object, E As EventArgs)

'This is the meat of calling the DSN out of the config.web

'Setting a local variable to hold the connection string variable
Dim MyConnection As SQLConnection
Dim Config as HashTable

'Setting a local variable to hold the connection string
Config = Context.GetConfig("appsettings")
MyConnection = New SQLConnection(Config("MyConn"))

'Setting a command object to insert some data into a database
Dim MyCommand As SQLCommand

dim parm1 as string = "SomeTextValue"
dim parm2 as string = "SomeTextValue2"

Dim InsertCmd As String = "Insert into tablename values (@parm1, @parm2)"

'Using the connection string
MyCommand = New SQLCommand(InsertCmd, MyConnection)

MyCommand.Parameters.Add(New SQLParameter("@Parm1", SQLDataType.VarChar, 50))
MyCommand.Parameters("@Parm1").Value = Parm1

MyCommand.Parameters.Add(New SQLParameter("@Parm2", SQLDataType.VarChar, 50))
MyCommand.Parameters("@Parm2").Value = Parm2

MyCommand.ActiveConnection.Open()
MyCommand.Execute()
MyCommand.ActiveConnection.Close()

End Sub
</script>







主站蜘蛛池模板: 午夜欧美成人久久久久久 | 伊人2233 | 中文在线免费看视频 | 新天堂在线| 天天看片天天爽_免费播放 天天看片天天爽 | 性感保姆正片 | 伊人色院成人蜜桃视频 | 青草草草| 中文字幕日韩三级 | 日韩亚洲欧美综合 | 天天干天天做天天射 | 四虎影视库 | 亚洲婷婷综合中文字幕第一页 | 亚洲视频欧洲视频 | 亚欧在线精品免费观看一区 | 日日夜夜网 | 午夜精品福利视频 | 在线免费精品视频 | 青草资源视频在线高清观看 | 青娱乐欧美 | 欧美在线视频免费 | 亚洲第一黄色网址 | 午夜传媒| 色婷婷综合久久久久中文 | 日韩爱爱视频 | 天天影视色香欲综合免费 | 午夜91| 婷婷丁香激情 | 天堂中文在线www | 日韩经典欧美一区二区三区 | 亚洲一区免费在线观看 | 亚洲影视天堂 | 亚洲欧美日韩另类在线专区 | 日本在线免费观看 | 亚洲天堂视频在线免费观看 | 日韩欧美黄色大片 | 色天使亚洲综合在线观看 | 中文字幕乱码一二三四区 | 日韩三级在线 | 午夜婷婷网 | 日韩小视频在线 |