Page 1 of 1
What is the difference between RestorSQL and BaseSQL
Posted: Sat 17 Oct 2015 18:14
by inageib
In TIBCQuery what is the difference between RestorSQL and BaseSQL ?
I use firebird.
Re: What is the difference between RestorSQL and BaseSQL
Posted: Tue 20 Oct 2015 08:29
by ViktorV
The TIBCQuery.BaseSQL property is used to return SQL text without any changes performed by AddWhere, SetOrderBy, and FilterSQL. The TIBCQuery.RestoreSQL method is used to set the SQL property that returns the TIBCQuery.BaseSQL property.
Re: What is the difference between RestorSQL and BaseSQL
Posted: Tue 20 Oct 2015 11:30
by inageib
Thanks
Re: What is the difference between RestorSQL and BaseSQL
Posted: Tue 20 Oct 2015 13:24
by ViktorV
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.