IOS method calls that are compatible with a Delphi server

Hi,
do all these method are compatible with a Delphi server ?
Getting data - synchronous

getDataTable:
getDataTable:select:where:
getDataTables:
getDataTables:select:where: 


getDataTableWithSQL:
getDataTable:withSQL:
getDataTables:withSQL: 

Getting data - asynchronous

beginGetDataTable:start:
beginGetDataTable:select:where:start:
beginGetDataTables:start:
beginGetDataTables:select:where:start: 

beginGetDataTableWithSQL:start:
beginGetDataTable:withSQL:start:
beginGetDataTables:withSQL:start: 

Regards

Hi,

Since DA for Delphi does not support DASQL technology, following calls (which using DASQL) will not work against Delphi server:

getDataTableWithSQL:
getDataTable:withSQL:
getDataTables:withSQL:

beginGetDataTableWithSQL:start:
beginGetDataTable:withSQL:start:
beginGetDataTables:withSQL:start:

While all other are compatible and can be used without problems.

Thanks Alex.
Is there any reason why I don’t receive any email notifications when someone reply ?
I have set it to receives somes in the user panel but I don’t receive any.
Regards

Thanks.
We’ll be looking into it.