G
Gassy
I am running a number of updates on individual records.
Is it more efficient to open each record as a recordset and then do the
update or is it better to create a SQL update statement and use the execute
method of either the connection or a command?
Is it better to use the execute method of the connection object or the
command object to update the single record and what is the difference between
the two and when should one be used rather than the other?
TIA
Mark
Is it more efficient to open each record as a recordset and then do the
update or is it better to create a SQL update statement and use the execute
method of either the connection or a command?
Is it better to use the execute method of the connection object or the
command object to update the single record and what is the difference between
the two and when should one be used rather than the other?
TIA
Mark