RE: Dynamic SQL query library

2001-12-13 Thread Frank Lawlor
While not politically correct I too use a CachedRowSet, by setting a property in my FromBean of rowset to accomplish this. For more see http://developer.java.sun.com/developer/earlyAccess/crs Vic Note, however, that CachedRowSet is no commercially redistributable (Stated on the

RE: Dynamic SQL query library

2001-12-12 Thread Robert Taylor
Might want to have a look at JDO or the database package provided by Expresso. JDO: http://jcp.org/aboutJava/communityprocess/review/jsr012/index.html http://castor.exolab.org/index.html Expresso: http://www.jcorporate.com/econtent/Content.do?state=templatetemplate=2reso urce=636db=default

Re: Dynamic SQL query library

2001-12-12 Thread John M. Corro
Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 7:21 AM Subject: RE: Dynamic SQL query library Might want to have a look at JDO or the database package provided by Expresso. JDO: http://jcp.org/aboutJava/communityprocess/review/jsr012/index.html http://castor.exolab.org

Re: Dynamic SQL query library

2001-12-12 Thread Paul Dlug
I've looked at these actually, but at this time I don't really want to delve into an Object - Database mapping or object persistance. I just want a utility class to generate raw SQL statements. My biggest problem is not mapping the object to and from the database but generating 'search' type

RE: Dynamic SQL query library

2001-12-12 Thread Nathan Anderson
]]On Behalf Of Paul Dlug Sent: Wednesday, December 12, 2001 7:43 AM To: Struts Users Mailing List Subject: Re: Dynamic SQL query library I've looked at these actually, but at this time I don't really want to delve into an Object - Database mapping or object persistance. I just want a utility class

Re: Dynamic SQL query library

2001-12-12 Thread @Basebeans.com
Subject: Re: Dynamic SQL query library From: Vic Cekvenich [EMAIL PROTECTED] === While not politically correct I too use a CachedRowSet, by setting a property in my FromBean of rowset to accomplish this. For more see http://developer.java.sun.com/developer/earlyAccess/crs Vic John M

RE: Dynamic SQL query library

2001-12-12 Thread Rajeev Singh
PROTECTED] Subject: Re: Dynamic SQL query library Subject: Re: Dynamic SQL query library From: Vic Cekvenich [EMAIL PROTECTED] === While not politically correct I too use a CachedRowSet, by setting a property in my FromBean of rowset to accomplish this. For more see http://developer.java.sun.com

RE: Dynamic SQL query library

2001-12-12 Thread Sachin Devand
PROTECTED] Subject: Re: Dynamic SQL query library Subject: Re: Dynamic SQL query library From: Vic Cekvenich [EMAIL PROTECTED] === While not politically correct I too use a CachedRowSet, by setting a property in my FromBean of rowset to accomplish this. For more see http://developer.java.sun.com