|
Question: I'd like to know how to clone a dataset. Would you have an example (Step By Step) of how this is done?
Answer: DataSetSource.FetchAll; //<---- If you want to clone all records DataSetDestionation.SelectSQL.Text:=DataSetSource.SelectSQL.Text;
"If every software supplier had a product, and a support staff as good as yours, life would be much easier for developers." >>