When passing a dataset as a parameter, does it need to be passed as a
var parameter, or is this unnecessary because the dataset is already a
reference object by virtue of being a Delphi component?
Essentially, I am passing a TADODataset to a procedure, which will
make changes to a couple of fields (status := 'processed' and
processdate := now) when it is finished processing each record in the
dataset.
Thanks,
Mark Edwards