If you're using a datawindow object based on the stored procedure, that might be possible.
But if you're using an embedded stored procedure call (i.e., the stored procedure call is in function or an event), I think you might need to pass a delimited string as an input parameter and then have the stored procedure parse the delimited string and create a temp table based on the string.
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.