Warning: ociexecute() [function.ociexecute]: OCIStmtExecute: ORA-24324: ยังไม่ได้เริ่มต้นแฮนเดิลเซอร์วิส
in C:\Program Files\Apache Group\Apache2\htdocs\tour\nect.php on line 17
Warning: ocifetch() [function.ocifetch]: OCIFetch: ORA-24338: ไม่ได้รันแฮนเดิลชุดคำสั่ง
in C:\Program Files\Apache Group\Apache2\htdocs\tour\nect.php on line 18
ช่วยหน่อยนะ มือใหม่หัดเขียนคะ
Tag : - - - -
Date :
13 ธ.ค. 2549 17:55:06
By :
หนูมด
View :
2599
Reply :
1
No. 1
Guest
ลองอย่างนี้นะครับ
<?
$cmdstr="select * from table";
$stmt= ociparse($db_conn,$cmdstr);
$exec=ociexecute($stmt);
$nrows=ocifetchstatment($stmt,$results);