Armindo
(Armindo)
April 17, 2012, 10:27am
1
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
alexk
(alexk)
April 18, 2012, 10:37am
2
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.
Armindo
(Armindo)
April 20, 2012, 2:32pm
3
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
EvgenyK
(Evgeny Karpov)
April 23, 2012, 2:41pm
4
Thanks.
We’ll be looking into it.