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;
In the 30 years in the IT industry from development to IT Manager, I have