Re: Any TDataset to ADO?



Your code is tight and is about as good of a "copy" routine that you can get
so "time" must be the thing that you want to save.
What would happen if you to took the mem dataset, wrote it out to a table in
the db, then sucked the data right back into and ado recordset ??? might
that be faster ??? Probably not but worth a try .. it would depend on
several factors .. speed of DB, memory on client machine, size of dataset,
..... thats why you should try it because I dont think you can make a
caclulated guess as to which is best.


.