Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 2.0 and Visual Studio. 2005 > Visual Studio 2005
|
Visual Studio 2005 For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 29th, 2014, 10:56 PM
Registered User
 
Join Date: Sep 2014
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Relationship DataTable and DataReader ?

Instead i load DataReader from syntax:
Code:
OleDbCommand cmd = new OleDbCommand(sSQL, Connl); 
OleDbDataReader dr = cmd.ExecuteReader();
now I want to put on the list DataTable list DataReader, how I want to find relationships syntax ?
Code:
public void DataReader(DataTable input) 
{ input .... ??? 
  OleDbDataReader dr = cmd.ExecuteReader();
  ... 
}





Similar Threads
Thread Thread Starter Forum Replies Last Post
One To One RelationShip prasanta2expert SQL Language 0 November 7th, 2006 06:30 AM
dataset relationship zaiywz ASP.NET 2.0 Professional 0 April 5th, 2006 01:49 PM
one-to-many relationship sample matfis Classic ASP Databases 2 March 18th, 2005 11:37 AM
Many To Many Relationship samersult BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 1 January 26th, 2005 07:09 AM
report without relationship mateenmohd Access 2 December 29th, 2004 06:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.