Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: fetch out of sequence

Re: fetch out of sequence

From: Andy Hassall <andy_at_andyh.co.uk>
Date: Thu, 30 Oct 2003 19:16:05 +0000
Message-ID: <boo2qvcr69ba4kok90ajvl2v81ndojr1dh@4ax.com>


On Thu, 30 Oct 2003 14:38:32 +0100, "search" <gerry_at_village.uunet.be> wrote:

>see code below :
>
>$conn = OCILogon("user", "pwd" , "DB");
>$stmt = OCIParse($conn,"select * from tabel");
>OCIExecute($stmt);

 Check the return values of all of these; any of them could have failed. If it's false, use OCIError to find the error.

--
Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk)
Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)
Received on Thu Oct 30 2003 - 13:16:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US