Hi.
I am trying to make an central cobol-programm to cakk only for db-actions.
I just allways read the whole columns and switch it to cobol like in FD. So I can use my "sentence" again.
It works. Reading, writing, deleting, updating. BUT:
1. If I call this "module" from a secound cobol-programm it says me: Cursor in use (SHARE).
I tried dynamic cursor but this is still the same cursor-name and show me the same error.
2. I made 2 programs with div. cursornames on same table. I select a cursor with the same PRIMKEY for UPDATE. Normally first sentence must be locked. But I can open the sec. curs with same PRIMKEY and get NO SQLCODE. I need a information, that this sentence is been locked.
Anyone an ideas?
#ODBCESQL
#Windows
#cobolnetexpress
