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
David Smith
NA
2k
0
Dataset table adapters
Feb 7 2012 11:46 PM
Can someone tell me why when I first execute the tableAdapter to GetData() or Fill (), It takes along process time to give back data. It only happens the very first time. But the thing I don't understand is After the first execute of any tableAdapter I call, it works or run much faster. Its always the initial execute.
Can someone assist me.
The logic I am using is below:
var List = from s in this.colorTableAdapter.GetData()
select s;
ColorSerialPartNumberComboBox.DataSource = List.Select(t => t.colorSerialNumber).ToList();
Reply
Answers (
3
)
MySql Connection String
XmlSerializer