Hi Forum
I have a number of excel workbooks that help us in production and post data into various databases via SQL commands. One of these is a 4D database, which normally is used via its own client. However, I do some updates to these tables from time to time. The problem is, I have not found a way of checking whether the record I need to update is locked, so once in a while these updates return an error. However, it is very generic... "Server rejected the connection" which happens with the 4D write database whenever there is a problem, syntax or otherwise. Thus I can't use the error to trap the condition that the record is simply locked.
Does anyone have any suggestions on how to check whether a record in a table is locked, and if possible by who?
I appreciate any suggestions.
Bookmarks