HOME > ASP > ASP Forum > ADODB.Connection (0x800A0E78) ผมแยกโฟลเดอร์ ฐานข้อมูล ADODB.Connection (0x800A0E78) Operation is not allowed when the object is closed
ADODB.Connection (0x800A0E78) ผมแยกโฟลเดอร์ ฐานข้อมูล ADODB.Connection (0x800A0E78) Operation is not allowed when the object is closed
ADODB.Connection (0x800A0E78)
Operation is not allowed when the object is closed.
/newpart.asp, line 27
code ที่ใช้ติดต่อฐานข้อมูลนะครับ
<%
Dim Conn
Function ConnectDB()
On Error Resume Next
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.Mappath("../db/987.mdb")
If Err.Number = 0 Then
ConnectDB = True
Else
ConnectDB = False
End If
End Function
%>
อันนี้ newpart.asp
sql = "select * from Autopart where PartID = '"&pvar&"' "
Set rs = Conn.Execute(sql) <---27