Thread: Cursors and JDBC

Cursors and JDBC

From
Joseph Shraibman
Date:
If I want to user cursors with jdbc, do I have to make them binary?  If
I don't, will everything be a String?  Why do cursors have to have
binary explictly set when regular selects don't have to?