Results 1 to 3 of 3

Thread: Re:

  1. #1

    Thread Starter
    Lively Member iataman's Avatar
    Join Date
    Jun 2000
    Location
    Turkey
    Posts
    71

    Arrow

    Code:
    SqlStr = "UPDATE Table1 SET field1= '"+Var1+"' , Field2 = "'+Var2 + "' , Field3 = '" +Var3 +"' WHERE field1 = '"+CtrlVar+"'"
    SQL Syntax For Update ( SEE Transact-SQL Guide For Detailed SQL Syntax

    UPDATE {table_name | view_name}
    SET [{table_name | view_name}]
    {column_list
    | variable_list
    | variable_and_column_list}
    [, {column_list2
    | variable_list2
    | variable_and_column_list2}
    ... [, {column_listN
    | variable_listN
    '
    |variable_and_column_listN}]]
    [WHERE clause]
    While YourAge<=40
    Live(YourLife)
    Wend

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    What does this thread mean? You can reply to a thread, by pressing the post reply button.
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  3. #3

    Thread Starter
    Lively Member iataman's Avatar
    Join Date
    Jun 2000
    Location
    Turkey
    Posts
    71

    Talking :)



    This is the demonstration of how silly it looks if you click on the new thread button instead of reply..
    While YourAge<=40
    Live(YourLife)
    Wend

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