Hello all. I''ve got a VB-generated DLL that queries a MUMPS DB via
ODBC (KB/SQL driver) and I'm getting an odd error on some records but
not others:
------------------------------------------------------------------------------------
[Knowledge Based Systems, Inc.][Server API] SQLPrepare: Table
SQL_QUERY row 358177 locked by UNKNOWN-444876
------------------------------------------------------------------------------------
The odd thing is that this results from a SELECT statement, and my DLL
doesn't attempt to update any MUMPS data at any time. Is there
anything special I should be doing in my ADODB calls to prevent this?
Can anyone confirm that this is indeed coming from MUMPS or KB SQL?
Any idea whether this item is truly locked?
Thanks!