Results 1 to 2 of 2

Thread: Insert command for access database

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2005
    Location
    Winston Salem
    Posts
    45

    Post Insert command for access database

    Could someone tell me how to use the insert command to add a record into an access database. just need the basics, i can add onto it from there

  2. #2
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    394

    Re: Insert command for access database

    Unless you're SQL is good enough to write the insert commnd yourself, I would recommend using the command builder. The format is something like

    VB Code:
    1. dim cd = new commandbuilder(da)

    where da is your data adaptor. I'm doing this from memory so you may want ot check your help files.

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