SQL syntax with Progress db

brudge

New Member
I'm having trouble finding information about the correct syntax for SQL statements to a Progress database.

I'm trying to return data based upon a condition in a select statement in JETFORMS design that uses the data entered from another field as the condition.

... where item.item = '#another_field's_data'

I know the # is incorrect for Progress.

Any help or sources of information would be greatly appreciated.
 
Top