FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ADS Referential Integrity, ADSGetLastError
Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
ADS Referential Integrity, ADSGetLastError
Posted: Fri Oct 22, 2010 03:07 PM
Hello,

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 (fw): Select all Collapse
   
            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

Continue the discussion