Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: PARSE_ERROR_OFFSET
PARSE_ERROR_OFFSET
Posted: 2008/01/30 02:56
 
Hi Diman!

I began to convert my applications from ncoci8 to anydac. I can't find
PARSE_ERROR_OFFSET in anydac TADQuery. In the ncoci8 that is in
TOciQuery.HStatement.PARSE_ERROR_OFFSET. Where can i find it?


regards Zapata
Re:PARSE_ERROR_OFFSET
Posted: 2008/01/30 03:23
 
Hi

Use code like that:

 try   ADQuery1.ExecSQL; except   on EEOCINativeException do     E[0].CommandTextOffset end;



Regards,
Dmitry
Re:PARSE_ERROR_OFFSET
Posted: 2008/01/30 05:20
 
thx

It Works!!

Regards Zapata