Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

[no subject]



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.

This means you can only have one open ResultSet on a given Statement at a 
time which your original coding violates.

Kris Jurka



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group