On Sun, 23 Jan 2005, Arnold.Zhu wrote:
> Can I use DataAdapter.Fill() with refcursor. :-(
I have no idea what DataAdapter is, you will need to check your client
interface for support (and this probably isn't the place to do that), but
it's certainly possible. See for example "The world's most advanced
PostgreSQL client interface"
http://jdbc.postgresql.org/documentation/80/ch06.html#callproc-resultset-refcursor
Kris Jurka