Control over connection periode
Posted by: Dennis Dingemanse
Date: December 17, 2004 02:37AM

Is there a way to enforce a connection to stay open for a period?

If two data adapters are used in fast sequention for an INSERT with auto_increment and the other for a SELECT LAST_INSERT_ID() then the latter function returns all 0's. The cause might be that the connections are opened and closed for every data adapter, so that last_insert_id() fails.

Options: ReplyQuote


Subject
Written By
Posted
Control over connection periode
December 17, 2004 02:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.