Relationship DataTable and DataReader ?


Author
Message
Dong Trien Lam
Dong Trien Lam
StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)StrataFrame Novice (105 reputation)
Group: Anonymous / Guest
Posts: 57, Visits: 251
Instead i load DataReader from syntax:
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 ?
public void DataReader(DataTable input) 
{ input .... ??? 
  OleDbDataReader dr = cmd.ExecuteReader();
  ... 
}

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search