I have an application that does a lot of executes with queries on a connection variable to a sql server, and I want to know whether it would be quicker to open a recordset and update fields in the recordset, rather than via the conn.execute update query...any help would be appreciated.
DavidFC
DavidFC