Subject | Re: One PreparedStatment many ResultSet |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-10-30T09:01:55Z |
> This is constrain of JDBC or JayBird.Both.
JDBC specification says that "A ResultSet object is automatically
closed when the Statement object that generated it is closed,
re-executed, or used to retrieve the next result from a sequence of
multiple results.".
Also Firebird uses single handle for statement and result set and
re-executing the statement will close previous one.
> After tell in confereseDid anybody ask this? I could not find any post about this issue.
> epsylon.public.interbase?
> P.s. Do I may tell with you in russian? My english is very bad.Better not in this group. You can contact me privately or post message
to epsylon.public.interbase (better prepend subject with "JayBird: " :))
Roman