I wish to use the WHERE clause as follows:-

Field 1 = current value of variable 1
Field 2 = current value of variable 2 etc.

when I use code such as 
WHERE Field1 = variable1 AND Field2 = variable2
I get an error message saying that variable1 is not in any table in FROM
list.........

How do I correct this?




--
View this message in context: 
http://apache-database.10148.n7.nabble.com/Using-the-WHERE-clause-in-a-ResultSet-tp144994.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.

Reply via email to