by rangsun6342 » 31/10/2014 1:34 pm
โค๊ด :
$sql=oci_parse($conn,"SELECT * from table");
oci_execute($sql);
(ocifetchinto($sql,$result,OCI_ASSOC))
มัน error : ORA-00942: table or view does not exist และไม่แสดงข้อมูลค่ะ
พอดีเพิ่งเคยใช้ oracle ครั้งแรก
โค๊ด :
$sql=oci_parse($conn,"SELECT * from table");
oci_execute($sql);
(ocifetchinto($sql,$result,OCI_ASSOC))
มัน error : ORA-00942: table or view does not exist และไม่แสดงข้อมูลค่ะ
พอดีเพิ่งเคยใช้ oracle ครั้งแรก