6 messages in com.googlegroups.google-gearsClosing ResultSets When Not Selecting
FromSent OnAttachments
mich...@google.com16 Jul 2007 16:51 
Scott Hess16 Jul 2007 17:15 
Scott Hess16 Jul 2007 17:42 
mich...@google.com16 Jul 2007 19:39 
Aaron Boodman16 Jul 2007 20:17 
mich...@google.com18 Jul 2007 07:53 
Subject:Closing ResultSets When Not Selecting
From:mich...@google.com (mich@gmail.com)
Date:07/16/2007 04:51:27 PM
List:com.googlegroups.google-gears

Is there any need to close a resultset you're not selecting any rows? It seems silly to have to assign the result of a database query to a variable for the sole purpose of closing the resultset, but the docs do not draw a distinction between resultsets from select operations and update/delete operations.