RE: CachedRowSet or SQL, what is the best way?

2001-09-05 Thread Justin Brister
Ryan, I have been using the CachedRowSet and have not encountered any problems with it to date. I too would be interested to know when a release of the source code for these classes will be available. Regards, Jay -Original Message- From: Ryan Cornia [mailto:[EMAIL PROTECTED]] Sent:

Re: CachedRowSet or SQL, what is the best way?

2001-09-05 Thread Gregor Rayman
Ryan Cornia [EMAIL PROTECTED] asks: Is anyone using the early access of CachedRowSet for data access, or are people just using straight JDBC calls? I've been using straight JDBC calls, but it looks like CachedRowSet would be easier. Anyone know when it will be officially released?

Re: CachedRowSet or SQL, what is the best way?

2001-09-05 Thread Ted Husted
CachedRowSet seems fine for read-only accesses, but I'm told that inserts and updates can be flakey (or impossible) with some drivers. I have used RowSets extensively for accesses, and never had a problem. The Jakarta TagLibs dbTag has also been recently extended so that you can use read-only