On Monday 29 August 2016 10:12:14 mohamed hamza wrote: > Hi Martin, > Now it works with tsqlresult:=true ( open() gives identifier idents not > member open()) .
It is protected, moved to public for consistency in git master 551731964343e7bfd5d0b395826c009c4e61918d. > Also I want to know record count returned I tried > Rowsaffected Rowsreturned they returns -1. I am using ( while tsql.eof > inc(cnt) tsql.next ......) which property do I have to use? > Which database? Not all DB's support "rowsreturned". Instead one can use the SQL "count" statement. Martin ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

