What is the difference between RestorSQL and BaseSQL

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

What is the difference between RestorSQL and BaseSQL

Post by inageib » Sat 17 Oct 2015 18:14

In TIBCQuery what is the difference between RestorSQL and BaseSQL ?

I use firebird.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: What is the difference between RestorSQL and BaseSQL

Post by ViktorV » Tue 20 Oct 2015 08:29

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.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: What is the difference between RestorSQL and BaseSQL

Post by inageib » Tue 20 Oct 2015 11:30

Thanks

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: What is the difference between RestorSQL and BaseSQL

Post by ViktorV » Tue 20 Oct 2015 13:24

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.

Post Reply