|
| Array variable in store procedure |
 |
Sun, 9 Mar 2008 10:46:43 +0000 |
Hello,
Do you know how can I define and initiate array of TINYINT ?
I am googling but cannot find anything about that...
|
| Post Reply
|
| Re: Array variable in store procedure |
 |
Sun, 9 Mar 2008 14:44:45 +0000 |
Have a look at these:
How to pass a list of values or array to SQL Server stored procedure?
http://vyaskn.tripod.com/passing_arrays_to_stored_procedures.htm
How to pass array of values into SQL Server stored procedure using XML and
Visual Basic .NET
http://support.microsoft.com/kb/555266
|
| Post Reply
|
| Re: Array variable in store procedure |
 |
Sun, 9 Mar 2008 15:14:15 +0000 |
I am using mySQL darabase....
and I don't need pass variables, obnly DECLARE in array in a store procedue,
that's all....
|
| Post Reply
|
|
|
|
|
|
|
|
|
|