Re: Newbie qs

2004-04-21 Thread Bogdan Vatkov
Title: Newbie qs take a look at db.apache.org/torque best regards, bogdan - Original Message - From: Philip, Anil [ITS] To: [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 12:45 AM Subject: Newbie qs Hi, I am looking for an easy to use but efficient library

Re: Newbie qs

2004-04-20 Thread Brian McCallister
c complete examples or a manual? This page does not explain much. http://jakarta.apache.org/commons/dbutils/examples.html thanks, Anil Philip -Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 5:45 PM To: DB Commons Users List Subject: Re: Newbi

RE: Newbie qs

2004-04-20 Thread Philip, Anil [ITS]
Users List Subject: Re: Newbie qs From which library? -Brian On Apr 20, 2004, at 6:23 PM, Philip, Anil [ITS] wrote: > Is there a manual or more documentation? ie. That explains how to > connect to the database, Run queries etc? > thanks, > Anil Philip > > -Original M

Re: Newbie qs

2004-04-20 Thread Brian McCallister
PM To: DB Commons Users List Subject: RE: Newbie qs Brian, Thanks a lot for the links - somehow, I could not find anything from here: http://db.apache.org/commons/index.html I am simply looking for a library to connect to Oracle, (with connection pooling ability) that is easy to use but performs

RE: Newbie qs

2004-04-20 Thread Philip, Anil [ITS]
Is there a manual or more documentation? ie. That explains how to connect to the database, Run queries etc? thanks, Anil Philip -Original Message- From: Philip, Anil [ITS] Sent: Tuesday, April 20, 2004 5:10 PM To: DB Commons Users List Subject: RE: Newbie qs Brian, Thanks a lot for

RE: Newbie qs

2004-04-20 Thread Philip, Anil [ITS]
) phone: (913) 794 5682 jabber id: [EMAIL PROTECTED] -Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 5:00 PM To: DB Commons Users List Subject: Re: Newbie qs In Apache: If you need full object/relational mapping OJB or Torque are good

Re: Newbie qs

2004-04-20 Thread Brian McCallister
In Apache: If you need full object/relational mapping OJB or Torque are good options. If most of your data is tabular and you want to work with it that way, Jakarta commons-dbutils works pretty well. http://db.apache.org/ojb/ http://db.apache.org/torque/ http://jakarta.apache.org/commons/dbutils