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

Thread: DataReader

  1. #1
    Join Date
    Aug 2001
    Location
    New York, USA
    Posts
    169

    Unhappy DataReader

    I'm trying to use a DataReader to retreive data and display them in a DataGrid (windows form), but I am having a trouble.

    I don't know how to pass the data held in the DataReader to the DataGrid on a Windows form.

    Anybody knows how?

    Thanks!!!

  2. #2
    Join Date
    Apr 2000
    Location
    Dallas, TX
    Posts
    173
    Preston Park
    CTT+, MCT, MCSD
    http://www.prestonpark.com/

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