No subject
Sat Nov 12 19:29:10 PST 2005
result set on the client side when a statement with default parameters
(forward-only, read-only, array size=1) is used; such result set is unique
for the connection so it must be closed before making another query;
probably the odbc bridge uses such default parameters.
The only solution I found on SQL Server documentation seems to be changing
one of such parameters when creating the statement; in this case the driver
requests the creation of the cursor on the server side and multiple cursors
can be opened.
The problem is that with Jdbc I cannot change such parameters.
Anyone has already solved this problem or has any idea?
Thanks in advance.
Alessandro
---
To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
To get help, mail advanced-java-help at xcf.berkeley.edu
More information about the Advanced-java
mailing list