Re: [GENERAL] Java Eclipse

2006-05-28 Thread Peter Kovacs
I use the QuantumDB plugin.(http://quantum.sourceforge.net/) Provides a basic access to DBs with JDBC. It did not work with older PostgreSQL versions, but seems to work well with 8.1. P. Keith Hutchison wrote: Any views on the best way to access postgresql within java? --

Re: [GENERAL] Java Eclipse

2006-05-27 Thread Douglas McNaught
"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) databas