Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL "function sequence error"

843853Jun 27 2001 — edited Jun 27 2001
Hi all,

I'm experimenting a quite tricky JDBC error while executing multiple queries
on a DB (both SQL server 7.0 and Access): in those cases where the DB
is highly "stressed" (e.g when updating many times in sequence the same row
of a table) I notice a sort of disalignment between the java execution of the
statement and the response coming from the DB.
This results in a "function sequence error". The error is not deterministic
and is just driving me crazy.

Does anyone of you have any suggestions?

Thanx a lot,

Simon
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2001
Added on Jun 27 2001
1 comment
213 views