Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

interaction of TDataSetProvider with TClientDataSet

Status
Not open for further replies.

1701981

Programmer
Oct 24, 2003
3
UA
can someone explain to me how TDataSetProvider interact with TClientDataSet ?
for example

DBGrid1->DataSrc->TClientDataSet
|
|
TDataBase<-TDataSetProvider

property PacketRecord of TClientDataSet=2

what methods of TDataSetProvider, and TClientDataSet are called when:

1. Application started
2. I list down DBGrid

and what parameter's are passed to them
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top