Using arrays in stored procedures Using arrays in stored procedures
i want to call a stored procedure sending array of integers as
parameter
now in stored procedure i want to execute
Code:
select * from Products where Prod_Code IN
(sent array)
means "sent array" stores values i want to check in query
please help
__________________ The OXYGEN Delivers edgy, intelligent Technology to all... |