Hi,
the task seems a bit awkward. First of all, if you want to process complex input parameters, you will probably need to define your stored procedures using external functions, like c or java code.
Second, you will have to pass some type of pointer, e.g. a file name or a key value for parameter tables.
I am not quite sure if this is going to be batch processing. If so, consider using a scripting tool instead.
Johann
Quote:
Originally posted by vonfking
I want to run a stored procedure which will insert multiple rows in the database. So I need to pass in the stored procedure an array of variables and loop over it.
How I can pass complex datasets like arrays,lists, etc. in the stored procedure? How I can loop over that datasets in the stored procedure?
|