
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
|
DERBY-211 Network Server returns no result sets for a procedure call that returns no result
|
|
|
|
|
|
|
| Issue & fix info: |
Patch Available, Release Note Needed
|
| Resolution Date: |
23/Jun/06 07:23 PM
|
|
When invoking a stored procedure using Statement.executeUpdate(), the
client driver and the embedded driver behave differently.
If the stored procedure does not return any result set, the embedded
driver returns 0, whereas the client returns -1.
If the stored procedure returns one or more result sets, the embedded
driver returns -1, whereas the client fails with an exception.
|
|
Description
|
When invoking a stored procedure using Statement.executeUpdate(), the
client driver and the embedded driver behave differently.
If the stored procedure does not return any result set, the embedded
driver returns 0, whereas the client returns -1.
If the stored procedure returns one or more result sets, the embedded
driver returns -1, whereas the client fails with an exception. |
Show » |
| No work has yet been logged on this issue.
|
|