Results 1 to 21 of 21

Thread: [RESOLVED] Webservice - return multiple records from table

Threaded View

  1. #1

    Thread Starter
    Fanatic Member snufse's Avatar
    Join Date
    Jul 2004
    Location
    Jupiter, FL
    Posts
    912

    Resolved [RESOLVED] Webservice - return multiple records from table

    I need to write a webservice that returns multiple rows from a table. I am familiar with return of a single object.

    I am calling a stored procedure in the webservice that populates a data table.

    I guess I need to define an object collection to be returned. Should this be an array or can I return the data table itself?

    Any input is appreciated. Thank you.
    Last edited by snufse; Aug 11th, 2011 at 10:01 AM.

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