CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    1,471

    A question regarding stored procedure.

    I have a stored procedure which returns a table. Now I want to retrieve data from only one column of this table. Is there any way I can do that? Thanks for your inputs.

  2. #2
    Join Date
    Jan 2003
    Location
    7,107 Islands
    Posts
    2,487

    Re: A question regarding stored procedure.

    yes, just specify the column name in your SELECt statement.
    Busy

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

Featured