it is arguable,
a sql statement to alter data will be much more efficient as there is no extra memory/cpu cycles spent on loading/caching data you don't want.
However most of the time you are not in a Write Only mode, in which case using the cursor to navigate the dataset, obtaing data, writing data is much more flexible.
If you need raw speed and don't want the extra baggage use sql statements to modify the data
Main Topics
Browse All Topics





by: sirbountyPosted on 2004-02-25 at 09:36:33ID: 10452315
Is this a homework question?