|
Thread: Re:
-
Nov 28th, 2000, 08:45 AM
#1
Thread Starter
Lively Member
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
-
Nov 28th, 2000, 11:32 AM
#2
Fanatic Member
What does this thread mean? You can reply to a thread, by pressing the post reply button.
-
Nov 30th, 2000, 07:30 AM
#3
Thread Starter
Lively Member
:)

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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|