Re: what about ojb's return object life cycle in jsp session

2003-06-09 Thread Thomas Mahler
please provide code and explain exactly what you are doing. airwing wrote: the life cycle of OJB object in jsp session is odd. I use PB api to get a set of object and return to jsp to list the result by pages. the first page is ok, and when click next page, the OJB result is expired and been set

Re: what about ojb's return object life cycle in jsp session

2003-06-09 Thread David . Corbin
PersistenceBrokers are very much thread dependent, I think. Most likely, the second request is being handled by a different thread. |-+--- | | airwing | | | [EMAIL PROTECTED]| | | a.com | |

Ms sql server

2003-06-09 Thread Marcelo Magno
I was using ms access to develop a prototype for my final project on the graduation course, but reading the mails from the list, I saw that no one managed using Memo fields and I was having trouble whith data fields. So I decided to move to Sql, but I need a free Jdbc Driver. I

RE: Ms sql server

2003-06-09 Thread BURT, RANDALL (CONTRACTOR)
I haven't had any luck with anything other than MS's driver, sorry. You may want to try the jtds driver from sourceforge. Any indication as to why the installation failed? -Original Message- From: Marcelo Magno [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 3:57 PM To: OJB Users

How do I Select for Update, Select for Read without duplication?

2003-06-09 Thread Shane Mingins
H I am using the OJB ODMG API with an application and I am wondering what people end up doing to avoid lots of code duplication for CRUD type activities. If I am doing a CREATE I can create an instance of a new object and pass that object to a store(object) method that can: 1. open (if not