Subject | Re: JDBC Development |
---|---|
Author | ft@cluedup.com |
Post date | 2001-04-24T18:34:05Z |
In addition to documents and interclient code, you can find a
relatively easy-to-follow example in the source code and architecture
documents for the small, all-Java database HSQLDB. It is on
http://hsqldb.sourceforge.net in ZIP form. A CVS with extra documents
is due out shortly.
Fred Toussi
relatively easy-to-follow example in the source code and architecture
documents for the small, all-Java database HSQLDB. It is on
http://hsqldb.sourceforge.net in ZIP form. A CVS with extra documents
is due out shortly.
Fred Toussi
> I need to get up to speed on the implementation of JDBC drivers.I'm fairly
> experienced w/ their use and Java in general, but have no knowledgeof how
> to implement one. So where do I start? Is there any documentationonline?