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

Home -> Community -> Usenet -> c.d.o.tools -> Urgent !!!! Help with VB6/ADO

Urgent !!!! Help with VB6/ADO

From: Fernando S <Info_at_entelchile.net>
Date: 2000/06/12
Message-ID: <01bfd47b$6663b6a0$dc000001@iwserver>#1/1

I have the following code for locking rows that worked fine with VB6/ADO/Ora7.3.4

rs.open "Select * from tab where xx = y for update", conn, ....
....

updates lines
....

rs.update --> ' Unlocking the rows

When the server was changed to Ora8 the same lines fails with the message "Ora-01002 fetch out of sequence"

Any ideas????

Thanks in advance,

Fernando Received on Mon Jun 12 2000 - 00:00:00 CDT

Original text of this message

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