TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dong Lam Trien
836
986
147.7k
Relationship DataTable and DataReader ?
Sep 29 2014 10:39 PM
Instead
i load
DataReader
from syntax:
[CODE]
OleDbCommand cmd = new OleDbCommand(sSQL, Connl);
OleDbDataReader dr = cmd.ExecuteReader();
[/CODE]
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();
...
}
[/CODE]
Reply
Answers (
1
)
Jumping out of the loop and list
From Visual Basic 6.0 to C sharp