On Sat, 2003-01-25 at 21:23, Buck wrote:
> Gordon,
> 
> What is JDBC?  I keep finding a driver.  Is that what I am looking for?
> 

http://java.sun.com/j2se/1.4/docs/guide/jdbc/index.html

Java includes JDBC, which is a server independent API for DB access. 
You add in the drivers that bridge to the backend you're using.  That
way you can switch from PostgreSQL to MySQL without changing any code
(in theory, your queries still have to be supported by the server).





-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to