RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLResolver Class

TSQLResolver applies updates to a database server on behalf of a provider.

Pascal
TSQLResolver = class(TCustomResolver);
C++
class TSQLResolver : public TCustomResolver;

Provider

Provider components use TSQLResolver to apply updates from a client application directly to a database server when their ResolveToDataSet property is false. Otherwise, they use TDataSetResolver

Do not create instances of TSQLResolver. Provider components create their own TSQLResolver objects for applying updates. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!