Results 1 to 2 of 2

Thread: Please Help! ADO Recordset AddNew Method vs. Command Object

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Location
    California
    Posts
    9

    Unhappy Please Help! ADO Recordset AddNew Method vs. Command Object

    Is it better to use the recordset's AddNew method
    or
    rather create a command that makes a call to the SQL Server's Insert Stored Procedure?

    I'm having trouble refreshing my recordset after executing the Insert command object. So, I'm wondering if it would be better to use the AddNew method or am I just doing something totally wrong.

    Any help would be great!!!

    Jay

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Well with the Command object you use SQL, right? It would be faster, then.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width