Ask a Question related to Coldfusion Database Access, Design and Development.
-
Borg #1
Re: JDBC - Universe Database - Record Locking
Better late than never I guess...sorry, I subscribed to the thread, but did not
get an email from the forum. Anyway, yes we use UV exclusively on all of our
sites; however, we do NOT use JDBC to connect...we use Redback and
UOJ(UniObjects for Java). Basically, we had so many issues in CF 5.0 with COM,
and when we went to CFMX the COM issues forced us to write a Java class to
communicate with Redback. Actually, this worked to our advantage, as this class
has been running for almost two years, with absolutely no problems! Back to
your issue...it looks like you are going to have to deal with the record
locking programatically, because it looks like another user(pid=2732) has the
file locked. In this situation, our Pick developers wrote code, such that a
read is attempted "x" times, and if the record is still locked, then they abort
the process, and return control back to the front end(Cold Fusion). I saw
another thread here, that mentioned unchecking the maintain connection in the
administrator, and I would have to agree that this is a good idea.
Borg Guest
-
multiple lines JDBC queries to IBM UniVerse failing?
Hola - So, we've got JDBC access to UniVerse 10.1.4 working on CFMX7.1, but have found that a multiple line query fails although the exact same... -
UniVerse Database
LSH, did you ever get to resolve your record locking problems? I'm facing the same thing. If you did, kindly share with me. -
UniVerse Database
Yes, but with additional software. I'm running both UVpe and CFMX7 on XP while in development. But this should also work on Windows200X. I... -
Record Locking Issue
Hi guys I have written a script that duplicates a record then splits a value in one field of the original record between the original and the... -
Record Locking.
Testing a Record for Locking Status Often, you want to determine the locking status of a record before you attempt an operation with it. By...



Reply With Quote

