"Keith Hutchison" <[EMAIL PROTECTED]> writes:

> Any views on the best way to access postgresql within java?

Depends entirely on what you're looking for.  You can go with raw JDBC
for maximum control, or use an ORM layer lihe Hibernate to abstract
away a lot of the work and give you (some) database independence.

-Doug

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to