| View previous topic :: View next topic |
| Author |
Message |
Craig Stuntz [TeamB] Guest
|
Posted: Mon Jul 07, 2003 5:52 pm Post subject: Re: provider flags |
|
|
Ronaldo Rezende Vilela Luiz wrote:
| Quote: | Where should I set the provider flags? In fields of TClientDataSet or
in the fields of TSQLDataSet?
|
In the TFields of the TSQLDataset.
| Quote: | Can I add the TFields only in the
TClientDataSet? or should I add in the TSQLDataSet too ?
|
You need to set ProviderFlags on the TSQLDataset. But it doesn't
matter if you do it with persistent fields or if you do it at runtime.
Both work fine.
-Craig
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://delphi.weblogs.com
Please read and follow Borland's rules for the user of their
news server: http://info.borland.com/newsgroups/guide.html
|
|
| Back to top |
|
 |
Ronaldo Rezende Vilela Lu Guest
|
Posted: Mon Jul 07, 2003 5:54 pm Post subject: provider flags |
|
|
Where should I set the provider flags? In fields of TClientDataSet or in the
fields of TSQLDataSet? Can I add the TFields only in the TClientDataSet? or
should I add in the TSQLDataSet too ?
|
|
| Back to top |
|
 |
|