'C:\websites\VTR16540\advancepc\advancepc.co.th\web\db\esme2000.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
/dragonzakura/include/dbconnect.asp, line 5
ใครแก้ได้ช่วยบอกหน่อยนะครับ
ขอบพระคุณมากครับ
Tag : - - - -
Date :
28 ก.พ. 2549 22:50:01
By :
ต้น
View :
2266
Reply :
2
No. 1
Guest
Dim conn
Function ConnectDB()
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.Mappath("../db/esme2000.mdb")
If Err.Number = 0 Then
ConnectDB = True
Else
ConnectDB = False
End If
End Function