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]