Hello, all!
I've the folowing question in mind:
Having a given Table, Named <MyTable>, which methode is the faster:
- Use of Recordset object, using Open rs,AddNew, Assign fields and Update,
or
- Use INSERT INTO MyTable (fields,...)VALUES (vals,...);
It's just a performance question, because the SQL methode, requires a smaller code (just an .Execute ...).
Thanks for your comments,
Carlos Paiva
I've the folowing question in mind:
Having a given Table, Named <MyTable>, which methode is the faster:
- Use of Recordset object, using Open rs,AddNew, Assign fields and Update,
or
- Use INSERT INTO MyTable (fields,...)VALUES (vals,...);
It's just a performance question, because the SQL methode, requires a smaller code (just an .Execute ...).
Thanks for your comments,
Carlos Paiva