Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 12 February 2003 : 11:02:51
|
Well, you can do an insert without instantiating a recordset object.
If you need to access the recordset data after the insert, it would be better to use addnew. If not, performance will probably be a bit better if you do an insert sql statement directly on the connection.
$0.02
|
====== Doug G ====== Computer history and help at www.dougscode.com |
 |
|