kyriakos70
Programmer
Hello,
I have an ado query with the IN operator, how can I call the query list of the operator? eg.
Select * From routes Where id Like
id1) And num Like
num1) Or num In ('1','2')
these are two parameters and the list I call the parameters like :
case combobox.itemindex of
0:
adoquery.parameters[0].value := edit1.text
1:
adoquery.parameters[1].value := edit1.text
2:
"here how can I call the In operator list? it has no parameter"
thank you
Kyriakos
I have an ado query with the IN operator, how can I call the query list of the operator? eg.
Select * From routes Where id Like
these are two parameters and the list I call the parameters like :
case combobox.itemindex of
0:
adoquery.parameters[0].value := edit1.text
1:
adoquery.parameters[1].value := edit1.text
2:
"here how can I call the In operator list? it has no parameter"
thank you
Kyriakos