PDA

View Full Version : ClientDataSet


nijazic
10-06-2009, 02:52 PM
Hi everybody,



Is there any vay to obtain data into ClientDataSet from one database and then to ApplyUpdates to another Database?




Cheers

nijazic
10-07-2009, 06:48 AM
Hi again,



It can be ADODataSet also.





Cheers

Norrit
10-07-2009, 10:37 AM
This has nothing to do with datasets, this can be done by using sql syntax...

Or you'll have to loop through a dataset, but again, I would use the "INSERT INTO" sql command