Re: [U2] Uniobjects and Record Locking

2012-01-07 Thread Bill Haskett
Doug: I'm not sure I understand. I know DB "does" use the same connection for both reads. It's only when I "change" the connection that it works properly. Thanks, Bill - Original Message - *From:* dave...@gma

Re: [U2] Uniobjects and Record Locking

2012-01-07 Thread Doug Averch
Bill: Your problem might have to do with DesignBais not connecting with the same connection as the first read. I don't know if there is a way to restrict DesignBais to use the same connection. Regards, Doug www.u2logic.com "The other Web Developer company" On Sat, Jan 7, 2012 at 4:16 PM, Bill H

[U2] Uniobjects and Record Locking

2012-01-07 Thread Bill Haskett
I'm using DesignBais and have run into an unusual problem. When I display some data on a web form the dbms is contacted through UO and the returned data is displayed. When I click on the [Save] button the same UO connection is used to contact the dbms and run whatever program is required to u