1) I am trying to work with RI, yes this work, when you want to delete some row from table which is defined with some RI, the row is not deleted but some thing occur with the table, it is not accessible in normal way, we need to reopen the table. Have some body any experience about RI in ADS?.
2) Working with SQL in ADS I get a 5018 AE_INVALID_HANDLE error with ADSGetLasrError after execute a SQL sentence, I use
- Code: Select all Expand view
CONNECT60(......@hads)
.....
ADSCreateSQLStatement( cAlias, 3, hads )
ADSPREPARESQL( consulta )
ADSEXECUTESQL()
to execute SQL sentences, the result is correct but I get this error notification, some idea?
I am using ADS 7.1, last official xHarbour compiled to work with ADS 7.1, BCC
regards
Marcelo