Issue Details (XML | Word | Printable)

Key: DERBY-1314
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Knut Anders Hatlen
Reporter: Knut Anders Hatlen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Differences between client and embedded when invoking stored procedures using Statement.executeUpdate()

Created: 10/May/06 08:30 PM   Updated: 18/Sep/06 03:26 PM
Return to search
Component/s: JDBC
Affects Version/s: 10.2.1.6
Fix Version/s: 10.2.1.6

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works derby-1314-v1.diff 2006-06-13 06:38 PM Knut Anders Hatlen 4 kB
Text File Licensed for inclusion in ASF works derby-1314-v1.stat 2006-06-13 06:38 PM Knut Anders Hatlen 0.2 kB
Issue Links:
Reference
 

Issue & fix info: Patch Available, Release Note Needed
Resolution Date: 23/Jun/06 07:23 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.