I never use AddNew - its more resource intensive and slower than a direct SQL Insert.
Quote from Microsoft's "Platform SDK: Internet Information Services 5.1 - Data Access Performance" sums it up for me:
Quote:
quote:
To optimize performance, avoid using the ADO record addition and deletion methods, such as AddNew and Delete. If your application adds and deletes records intensively, your application will perform better if it uses direct SQL statements, such as INSERT.
|
rgds
Phil