|
RAD Studio VCL Reference
|
TSQLResolver applies updates to a database server on behalf of a provider.
TSQLResolver = class(TCustomResolver);
class TSQLResolver : public TCustomResolver;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|