If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Holdable Cursors in Mimer SQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-14-04, 06:14
mr.bienzle mr.bienzle is offline
Registered User
 
Join Date: Jul 2004
Posts: 1
Holdable Cursors in Mimer SQL

hi...

a holdable cursor is a cursor that is hold accros transaction boundaries.
so if i do a commit, the cursor is not closed by default anymore.
i want to know if there is an jdbc driver that supports holdable cursors for MimerSQL. obviously, the original one doesn't

if i do sth. like:
<snip>
conn.setHoldability(ResultSet.HOLD_CURSORS_OVER_CO MMIT);
</snip>
i got the exception:
java.lang.AbstractMethodError: com.mimer.jdbc.Connection.setHoldability(I)V
at MimerTest.<init>(MimerTest.java:41)
at MimerTest.main(MimerTest.java:49)

there's already a thread where a MimerSQL developer answered, but he doesn't tell anything about MimerSQL itself.
http://www.dbforums.com/archive/index.php/t-918533.html

any help would be fine!

thx!

mr.bienzle

icq#: 120354214
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On