Board index » delphi » Some Theory
|
Ephraim
Delphi Developer |
Some Theory2005-08-22 07:02:53 PM delphi91 D7. Arch. I am building an app server based on a TRemoteDataModule a DataSetProvider (dsp) and and ADO Table (atbl). Wheh the Client Applies updates I am not seeing the correct data in my Client Form after the update. On the app server the SQL is being created correctly and the underlying database table is undeed updated. Q1: Whar mechanism (if any) updates the contents of the ADO table since the SQL is directed to the database server. Q2 Test I have carried seem to show thta the cds.Refresh returns data from the ADO component and not the under;ying database table.. What keeos the ADO component and the SAL server in sync? Q3: What is the best way to monitor the SQL created in the dsp? TIA Ephraim |
