RE: not about Orion, some JDBC questions...

2000-09-19 Thread Khan Kamran
Title: RE: not about Orion, some JDBC questions... Hi Robert, Actually these interfaces are implemented by the jdbc driver developers. for examples oracle gives you a thin driver so all the jdbc interfaces  are implemented by oracle . Kamran -Original Message- From: Robert Krueger

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Sanjay
You just need to implement in your new interface and import into your class file i hope this should work - Original Message - From: "³¯§Ê¹Å" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 12:19 PM Subject: not about Orion, some JDBC question

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Robert Krueger
not trying to be an ***hole here but could you please post these questions to an appropriate forum (comp.lang.java.?) instead of one dedicated to issues regarding the use of orion application server. thanks, robert p.s.: doesn't really make a difference if you "warn" about that in the subjec

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Ishpal
Hi, The implementation of these interfaces is given by jdbc driver vendor. If you see the source code given by the vendor, u'll find classes instead of interfaces... Hope this helps (if i'm not wrong ) Bye, Ishpal ³¯§Ê¹Å wrote: > > Hello: > > 1. I view the source code of java.sql.* >foun