help problem with postgresql and SUN STUDIO CREATOR

sorry my english helpme!!i am trying to insert a registry n a table in postgresql throght JAVA STUDIO CREATOR and i got the next errorCannot change transaction isolation level in the middle of a transactionhelpme thanks you
[251 byte] By [001cesara] at [2007-11-26 12:37:35]
# 1

Can you provide information about the code that you're executing at the time you get this error? Are you explicitly setting the isolation level, or is the code doing it automatically?

I notice that the PostgreSQL 8.1.5 documentation says:

"The transaction isolation level cannot be changed after the first query or data-modification statement (SELECT, INSERT, DELETE, UPDATE, FETCH, or COPY) of a transaction has been executed."

Does this apply to your situation?

-Jim

Message was edited by:

Jim.Davidson

Jim.Davidsona at 2007-7-7 16:05:16 > top of Java-index,Development Tools,Java Tools...