Hello, at the moment the javax.sql package isn't implemented. It stands on my todo list but with low priority. To fulfill the javax.sql-specification the database kernel must implement the 2-phase commit protocol first. It is planed, but there is no time schedule until now. Maybe we implement the datasource and connection pooling part of javax.sql first and the distributed transaction part later.
BTW, as far as I know connection pooling is not part of the javax.sql package. It only provides some interfaces to support connection pooling. But the connection pooling itself will be managed by another component. You ask, how you can help on the development of the jdbc driver. What did you mean with development, helping to implement the driver or writing tests and reporting bugs? Write me what do you mean and I will think about it. Regards, Marco ---------------------------------------------- Marco PASKAMP SAP DB, SAP Labs Berlin > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 15. Februar 2002 18:59 > To: [EMAIL PROTECTED] > Subject: Re: Questions about JDBC Driver, yet different. > > > > I have a similar question to this one. Mine is more specific > though. Is > there connection pooling in the SAP JDBC driver, which is in the 2.X > optional package? If not, could someone recommend a good > connection pooling > api? And just one more question, is there a way for me to help on the > development of the JDBC drivers for SAP? SAP is an AWESOME database! > > > Thank You, > > Justin A. Stanczak > Web Manager > Shake Learning Resource Center > Vincennes University > (812)888-5813 > > > > > "Blas Rodriguez > > Somoza" To: > <[EMAIL PROTECTED]> > > <[EMAIL PROTECTED] cc: > > om> Subject: > Questions about JDBC Driver > > Sent by: > > owner-sapdb-genera > > [EMAIL PROTECTED] > > > > > > 01/22/2002 02:11 > > PM > > > > > > > > > > Hello > > Only two questions about the JDBC Driver: > > Is there any hope that the SapDB jdbc driver will be j2EE > certified in > the future?. Any one has tried the JDBC API Test Suite?. > > Are there plans to add DataSource and jdbc 2.0 optional > package apis?. > > Regards. > > > > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
