Hi,

I'm trying to read a SQL statement from XML-file. The problem is that this statement includes variables.

"UPDATE mytable SET name=" & value1 & ", age=" & value2 & ", ...etc...

So how can it be done?