View Single Post
  #1 (permalink)  
Old 11-26-2007, 07:59 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default 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...
Reply With Quote
Sponsored Links