Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INT field in data reader
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
INT field in data reader
Miscellaneous
Thread ID:
00794078
Message ID:
00794078
Views:
43
I was wondering, how do you get an int type field from a data reader.

For example, I can get a string type field (or int type) from a data reader (e.g. drMyTable) as a string:
string MyField = drMyTable["fld_name"].ToString();
But if the field "fld_name" is INT, do I have to still get it as a string and then convert to INT? Is there a way to do it right from the dr?

TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform