Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread liuzg2
update from git master before .that is ok (firebird) Please try again with git master c056c3403af6cf8b13094ceea1e861d7ebffeadb. Martin ok ! but found another bug . (odbcdatabase ) when fisrt get tsqlresult1.cols[0].asintegerresult ok then next tsqlresult1.cols[0].asinteger

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread liuzg2
ok ! but found another bug . (odbcdatabase ) when fisrt get tsqlresult1.cols[0].asinteger result ok then next tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger ... result =484808 and same for tsqlresult1.cols[i].asstring when result ='' 。 may be odbc

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread Martin Schreiber
On Friday 30 December 2011 09.41:45 liu...@21cn.com wrote: ok ! but found another bug . (odbcdatabase ) when fisrt get tsqlresult1.cols[0].asintegerresult ok then next tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger ...

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread liuzg2
tsqlresult is not scrollable and has a buffer for the current record only. cols[0] is the first field, cols[1] the second field and so on. tsqlresult.next loads the next record. tmsesqlquery is scrollable and has buffers for all records of the resultset. finaly i go back to tmsesqlquery

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread Martin Schreiber
Am 30.12.2011 12:54, schrieb liuzg2: tsqlresult is not scrollable and has a buffer for the current record only. cols[0] is the first field, cols[1] the second field and so on. tsqlresult.next loads the next record. tmsesqlquery is scrollable and has buffers for all records of the resultset.