最新下载
热门教程
- 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
%>
相关文章
- 《无限暖暖》天星之羽获得位置介绍 12-20
- 《流放之路2》重铸台解锁方法介绍 12-20
- 《无限暖暖》瞄准那个亮亮的成就怎么做 12-20
- 《无限暖暖》魔气怪终结者完成方法 12-20
- 《无限暖暖》曙光毛团获得位置介绍 12-20
- 《无限暖暖》日光果获得位置介绍 12-20