SV: problems using JDBC 2.0 functions

2001-03-05 Thread Magnus Rydin
gligt meddelande-Från: Paul Wilcox [mailto:[EMAIL PROTECTED]]Skickat: den 5 mars 2001 08:05Till: Orion-InterestÄmne: problems using JDBC 2.0 functions Hi all,   I cant seem to use JDBC 2.0 functions on Orion. Any time I attempt to use a JDBC 2.0 function (such as ResultSet.i

problems using JDBC 2.0 functions

2001-03-05 Thread Paul Wilcox
Hi all,   I cant seem to use JDBC 2.0 functions on Orion. Any time I attempt to use a JDBC 2.0 function (such as ResultSet.isLast(), ResultSet.previous(), etc.) I get this error:   java.lang.NullPointerException at /ert/Prod_ApplServ.jsp._jspService(/ert/Prod_ApplServ.jsp.java, Compiled

Examples of pre-JDBC 2.0 datasources.xml

2000-11-13 Thread Andrew Chisholm
Does someone have examples of how to set up config/datasources.xml for use with pre-2.0 JDBC drivers? How and when should I use OrionCMTDataSource, DriverManagerConnectionPoolDataSource, DriverManagerXADataSource, etc.? Thanks, Andrew - Andrew Chisholm Director of Applica

JDBC 2.0

2000-06-12 Thread David Sierra Fernandez
Does orion supports JDBC 2.0 completely with BLOBs and CLOBs ... ? Does it have a XA compliant transaction manger? Can we update two databases in the same transaction? I've heard that it's neccessary a XA-compliant driver besides the XA compliant transaction manager in order to upd