Results 1 to 4 of 4

Thread: [Resolved] How to declare array on Stored Proc.

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    [Resolved] How to declare array on Stored Proc.

    Hi, there

    Does any one know that how to declare an array on Stored Procedure.

    VB Code:
    1. Dim Arr() As int
    2. Redim Arr(5)

    How can i convert above code to Stored Procedure?

    Thanks
    Last edited by naruponk; May 14th, 2005 at 10:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width