I have some code in a VARCHAR column. I can get it to run fine with RUN SELECT. However, I want to pass in a single parameter (tFileName), and I can't figure out the syntax.
RUN SELECT USING .tFileName ConvertProgram IN TableName WHERE RowID = .vRowID doesn't work. -- Larry

