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
Martin
NA
1
0
Read unknown data from oledbdatareader?
Mar 3 2010 11:45 AM
HI,
If I use this code below
command =
new
OleDbCommand
(SQLQUERY
, myconn)
myReader = command.ExecuteReader();
while
(myReader.Read())
{
while
(i < myReader.FieldCount)
{
value = value + myReader.GetString(i) +
"\t "
;
i++;
}
listBox1.Items.Add(value);
value =
""
;
i = 0;
}
Then all the data must be of string value, Is there a option to check the type of value the next value is or must i know this?
Reply
Answers (
2
)
Select Header Checkbox all checkbox is checked in JavsScript in MVC Archicture?
ADO.Net Entity Save