Re: feature addition proposal: disconnected jdbc statement

2005-11-18 Thread Raffaele Spazzoli
e inverse order: first build and prepare and then connect and execute. bye Raffaele On Fri, 2005-11-18 at 16:45 +0100, Thomas Dudziak wrote: > On 11/18/05, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've developed a class library to allow use of jd

feature addition proposal: disconnected jdbc statement

2005-11-18 Thread Raffaele Spazzoli
Hi, I've developed a class library to allow use of jdbc statements (Statement, PreparedStatement, CallableStatement) in a disconnected environment (i.e. a situation where a jdbc connection is not available). This library can be thought as the counterpart of the CachedResultSet class. I believe thi