REFRESH BUG in UniDAC?
Posted: Sun 26 Apr 2009 09:20
I use UniDac for a while and I replace AdoDataset.Requery method with UniQuery.Refresh.. It seems ok for the begining..
But sometime later, I study on FetchAll = False mode. I use
Exec('SELECT * FROM SOMETABLE' + :STRPARAM )
style statements and then I realise Refresh is not doing its job. I have to use Close and Open UniQuery.. It is runing but I know in Ado Close and Open for refresh is not efficient way, ms offers Requery instead. But there is no Requery in Unidac as I know..
Is it only and efficient method close and open? Or Is there better way?
Thanks
But sometime later, I study on FetchAll = False mode. I use
Exec('SELECT * FROM SOMETABLE' + :STRPARAM )
style statements and then I realise Refresh is not doing its job. I have to use Close and Open UniQuery.. It is runing but I know in Ado Close and Open for refresh is not efficient way, ms offers Requery instead. But there is no Requery in Unidac as I know..
Is it only and efficient method close and open? Or Is there better way?
Thanks