Results 1 to 3 of 3

Thread: [RESOLVED] Inserting Data into existing fields

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    54

    Resolved [RESOLVED] Inserting Data into existing fields

    I am using VB6, and can connect and extract data from fields using SQL. I can add New data to a table no problem.

    How do I insert data into fields where data already exists? I will use a serial number to identify the row I need.

    Thanks for any help.

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Inserting Data into existing fields

    You will have to use Update Statement.
    PHP Code:
    Update TABLENAME Set FIELDNAME 'data' Where Condition 
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    54

    Re: Inserting Data into existing fields

    That works great.

    Thank you for your help

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