HOME > ASP > ASP Forum > พี่วินช่วยหน่อยจิ connect.asp Error Type: ADODB.Recordset (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
พี่วินช่วยหน่อยจิ connect.asp Error Type: ADODB.Recordset (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/aspscript/list.asp, line 5
Tag : - - - -
Date :
19 ก.ค. 2548 19:19:12
By :
อั๋นเอง
View :
2908
Reply :
3
No. 1
Guest
มันติดต่อฐานข้อมูลได้ยังไงอ่ะครับในเมื่อท่านไม่ได้บอกว่าฐานข้อมูลชื่ออารายเก็บที่ไหน
โค้ดที่แสดงอยู่นั้นไม่ได้ผิดที่ file list.asp ครับมันผิดที่ connect.asp
เนื่องจากท่านเขียนโค้ดที่ติดต่อฐานข้อมูลไม่ครบ และไม่ถูกต้องนะครับ
ลองดูนะครับ
<%
Set Conn=Server.CreateObject("ADODB.Connection")
Set rs=Server.CreateObject("ADODB.Recordset")
Conn.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ="&Server.Mappath("Post.mdb"),<------ตรงนี้หายไปครับ post.mdb
sql="Select * From Post"
rs.Open sql,Conn,1,3
%>
ลองดูแล้วกันครับแค่อยากช่วย
Date :
19 ก.ค. 2548 20:15:20
By :
พามา
No. 2
Guest
<!--#include file="connect.asp" --> ต้องอยู่นอก tag <% %> มิฉนั้นมันจะฟ้อง error นี้ตลอดครับ