領(lǐng)先的建站品牌——優(yōu)聯(lián)科技旗下建站參謀長(zhǎng),開(kāi)啟您的電商之旅!
搜索
   付款方式    |    幫助中心    |       服務(wù)熱線:0750-3900020

我們將用盡全力幫您解決每一個(gè)問(wèn)題

網(wǎng)站程序中常見(jiàn)的數(shù)據(jù)庫(kù)連接方法

發(fā)表時(shí)間:2017-08-09 14:13

  本站整理出四種常用的access連接方式,當(dāng)然,第1種這是最常用的(推薦使用)。

1.set dbconnection=Server.CreateOBJECT("ADODB.CONNECTION")

DBPath = Server.MapPath("customer.mdb") //customer.mdb是您的數(shù)據(jù)庫(kù)名,您可以在前面加上路徑

dbconnection.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath

SQL="select * from auth where id='" & user_id &"'"

SET uplist=dbconnection.EXECUTE(SQL)


2.set dbconnection=Server.CreateObject("ADODB.Connection")

DBPath = Server.MapPath("customer.mdb")

dbconnection.Open "provider=microsoft.jet.oledb.4.0;data source="&dbpath

SQL="select * from auth where id='" & user_id &"'"

SET uplist=dbconnection.EXECUTE(SQL)


3.DBPath = Server.MapPath("customer.mdb")

set session("rs")=Server.CreateObject("ADODB.Recordset")

' rs=Server.CreateObject("ADODB.Recordset")

connstr="provider=microsoft.jet.oledb.4.0;data source="&dbpath

SQL="select * from auth where id='" & user_id &"'"

session("rs").Open sql,connstr,1,3


4.建odbc源xxx (該項(xiàng)僅適用于獨(dú)立主機(jī)用戶,虛擬主機(jī)不支持?jǐn)?shù)據(jù)源)

set conn=server.createobject("Adodb.connection")

conn.open "DSN=xxx;UID=;PWD=;Database=customer

SQL數(shù)據(jù)庫(kù)  

conn="Driver={SQL   Server};Server=數(shù)據(jù)庫(kù)服務(wù)器名稱或者數(shù)據(jù)庫(kù)IP地址;Database=數(shù)據(jù)庫(kù)名;UID=登錄用戶名;PWD=登錄密碼"  

Access數(shù)據(jù)庫(kù)  

conn="Provider=Microsoft.Jet.OLEDB.4.0;Data   Source="&server.mappath("數(shù)據(jù)庫(kù)名.mdb")


網(wǎng)站建設(shè)解決方案


企業(yè)官方網(wǎng)站建設(shè)

移動(dòng)端手機(jī)網(wǎng)站

品牌創(chuàng)意網(wǎng)站建設(shè)

微信網(wǎng)站建設(shè)

上市公司網(wǎng)站建設(shè)

微信商城建設(shè)

營(yíng)銷類型網(wǎng)站建設(shè)

高端功能定制

專題網(wǎng)站建設(shè)

UI設(shè)計(jì)

B2C商城

前端開(kāi)發(fā)

B2B2C商城



 公司地址:廣東省江門市萬(wàn)達(dá)寫(xiě)字樓A座1613

 軟件企業(yè)認(rèn)證證書(shū):粵R20140229 軟件產(chǎn)品登記證書(shū):粵DGY20140465 計(jì)算機(jī)軟件著作權(quán)登記證書(shū):2014SR087528 粵ICP備10031563號(hào)

 ? 2009-2017 jisu,Inc.All rights reserved.


電話溝通
預(yù)約上門