CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: return data

  1. #1
    Join Date
    Jul 2010
    Location
    .NET 4.0/VS2010
    Posts
    79

    return data

    hey,

    so i have a C-Sharp application that uses stored procedures to access data, how do i get the data to return found values to the application? i know it is a C-Sharp app, but the trouble is in the database part of things.

    help appreciated

    rockking

  2. #2
    Join Date
    Jan 2011
    Posts
    16

    Re: return data

    Have you ever heard about ADO.NET?

    Either I did not get what is the point or put your snippet code how you invoke a stored proc from C#

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