jemiller wrote:
I found out that it appears that you can set a URL property "nowarnings=true" to disable the warnings using Inetsoftware's Opta2000 driver. Of course, that turns off all the warnings, but, I'm not sure how useful those warnings are anyway...
Well, that depends. You might want to know that the driver returned a forward-only read-only ResultSet instead of the scrollable updateabe you asked. The way to do that, according to the JDBC specification, is to call getWarnings() after you got the ResultSet and check the warnings. Or you could call set
XXX() or previous() and get an SQLException. Your choice, really.
Alin,
The jTDS Project.