最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp数据连接代码
时间:2022-07-02 22:48:26 编辑:袖梨 来源:一聚教程网
<%
'如果使用国外主页空间,请使用下面语句:'
'rem codepage="936" '
sqlkai=0
Dim SqlDatabaseName,SqlPassword,SqlUsername,SqlLocalName
SqlLocalName="(local)"
SqlUsername="nntoa"
SqlPassword="123456"
SqlDatabaseName="sqloa"
dim conn
dim connstr
dim db
'更改数据库名字'
if db="" then db="nntdata/mynntdata.mdb"
on error resume next
Set conn = Server.CreateObject("ADODB.Connection")
if err then
err.clear
Response.Write("
response.end
end if
if sqlkai=1 then
ConnStr = "Provider = Sqloledb; User ID = " & SqlUsername & "; Password = " & SqlPassword & "; Initial Catalog = " & SqlDatabaseName & "; Data Source = " & SqlLocalName & ";"
else
connstr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(""&db&"")&";Jet OLEDB:Database password="&nt80acmi&""
end if
conn.Open connstr
if err then
err.clear
Response.Write("
response.end
end if
function connClose'关闭数据库
Conn.close
Set conn = Nothing
End Function
%>
相关文章
- 《彩色点点战争》推图常用三大主c玩法详解 01-23
- 《燕云十六声》池鱼林木任务攻略 01-23
- 《大连地铁e出行》查看行程记录方法 01-23
- 《明日方舟》2025春节限定干员余角色介绍 01-23
- 《崩坏:星穹铁道》万敌光锥搭配攻略 01-23
- 《燕云十六声》一药千金任务攻略 01-23