J
Jimmy
if my SQL is:
SELECT FIRST_NAME FROM TABLE1 WHERE LAST_NAME = 'jones'
id jones does not exist i get the error:
"Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record"
why is this happening and can i fix it easily?
SELECT FIRST_NAME FROM TABLE1 WHERE LAST_NAME = 'jones'
id jones does not exist i get the error:
"Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record"
why is this happening and can i fix it easily?