> hi everybody,
>
[quoted text clipped - 9 lines]
> class which implement this inteface. so plz help me for this problem.
> aim waiting for somebodies replay.
The implementations for java.sql.Connection, java.sql.Statement,
java.sql.ResultSet, etc. are usually provided by the JDBC driver. A
JDBC driver is usually provided by the database vendor, or sometimes via
third parties.
The philosophy behind this mechanism is that by providing interfaces,
the application programmer (you) can write code that uses the interfaces
only. Then you can load whichever JDBC driver you want at run-time,
without changing your code.
HTH,
Ray

Signature
XML is the programmer's duct tape.
Choubey - 04 Mar 2005 10:20 GMT
hi ray
thank you for your reply.
bye
Dharmendra