1. Info/Warning messages from SQL procedures to Java through JDBC driver stackoverflow.comBy seeing the ResultSet.getWarnings() method there must be some way to pass warning/info messages from stored procedures to Java layer but found most of the drivers doesn't implement this ... |
2. JDBC driver for SQL 7 dbforums.com |
3. SQL Java Driver Woes.. | Thinkmap forums.oracle.comAnywho one of the features we needed was the ability to add entites to the MS SQL Backend database, the package itself supports the use of SQL databases using a datasource config xml file and the open source jtds driver.. so it pulls data on the fly.. one problem though when i call an SQL-using function it throws an exception the ... |