I am trying to query an Informix database using a List<T> collection's elements as variables. I can build the list and connect to the database, but I am unsure how to iterate through the list and query the database for each item in the collection.
My list is of type string, and contains Order Numbers. I want to query item information for each order number in the list.
I hope this is enough information. Thank you for your help.
Wes
My list is of type string, and contains Order Numbers. I want to query item information for each order number in the list.
I hope this is enough information. Thank you for your help.
Wes
Comment