when inserting a row into a sql table, is there much of a performance difference between using an update statement and using the good old fashioned

rs.addnew
rs!Fieldname = valuename
rs.update