I need to create a query using SQL in the VB DataEnvironment to be used by a VB DataReport. I only want records that match a specific list of IDs to be selected. The number of IDs and ID values will change each query. I, therefore, need to pass these these values to the DataEnvironment as a...
Is there any way to pass an array into an SQL statement and use the "IN" operator to match the items in the array? Or is there another way to approach this problem. I want to search the database for certain id's that will change in number each query.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.