|
-
August 16th, 2001, 03:30 AM
#1
UPDATE
I want to update a record. Like this
UPDATE table SET City = Rotterdam WHERE object_id = 5
This is working. But now I want to be Rotterdam a Textfield. How Can I implement that in my sql statement.
UPDATE table SET City = Text4.Text WHERE object_id = 5. But this is not working. Please help me.
Remco Ploeg
[email protected]
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
|