Results 1 to 3 of 3

Thread: Adding Records To A Table Using ADO?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Posts
    70

    Unhappy

    Hi can anyone explain or give example code to add records to a table using ADO. I am using VB6 and have set up a Data Environment, Connection, and Commands that refer to tables.

    Cheers

    Jonny

  2. #2

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Posts
    70
    Thanks Ian

    I'll play around with some of those code examples to see which one best suits.

    Cheers

    Jonny

  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb

    Just use a standard SQL statement will do.
    Code:
    INSERT INTO <Table Name> VALUES (bla...bla...bla...);

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