Results 1 to 2 of 2

Thread: ADODB Help

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    28

    ADODB Help

    I have an ADODB Data Control on my form. What is the simplest method of running an insert command against the database (MS Access) that control is hooked up to? Could you give me a code example? Thanks.

  2. #2
    New Member
    Join Date
    Sep 2001
    Posts
    11

    try this

    are u looking to use an ADODB command to insert into the MSAccess file ?

    did u try the regular:
    Connection object
    Recordset object

    open connection
    open recordset

    recordset.addnew

    ???

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