mast_aadmi
2nd January 2010, 14:56
i 'm writing the following script. It gives the following error when i insert the the conditions in the where clause.

SQLState 42I03: Unknown column 'inlet' (error 302)


the code is attached.

the table tdpsl006 index 2 has the following domains and it contains 5 fields:

tcmcs.str3
tcargl - float type for the remaining 4 fields

sushil
3rd January 2010, 11:49
I think you Need to post this in "Tools" Sections not in General discussion or in blogs !!

toolswizard
3rd January 2010, 14:00
To use a program variable in a select statement, they have to be proceeded by a colon ":", otherwise it is considered a table field.

patvdv
4th January 2010, 21:39
Thread moved