Results 1 to 5 of 5

Thread: [RESOLVED] sql to add record to table

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    [RESOLVED] sql to add record to table

    what is the sql string to add a record to a table?

    thanks for any help!
    Last edited by Muddy; Feb 23rd, 2004 at 08:46 AM.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    found it ... INSERT INTO

  3. #3
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    VB Code:
    1. INSERT INTO xyztable (field1, field2) VALUES ('val1', 'val2')
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  4. #4
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    ahh... I would have posted sooner but my internet connection took a crap.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  5. #5
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    Georgia
    Posts
    337
    How would you do the same thing if it were columns in a grid that you wanted to insert into a table ?

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