Column DataType
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello World!, How can I get the datatype for each column on my table?. I try with: oDataReader.GetDataTypeName(i) But when the field on the record don't have a value, return dbnull, so I need to validate on my form the values enter for the user and need to know the datatype for each value (column). Well, happy lines! gangeles
-
Hello World!, How can I get the datatype for each column on my table?. I try with: oDataReader.GetDataTypeName(i) But when the field on the record don't have a value, return dbnull, so I need to validate on my form the values enter for the user and need to know the datatype for each value (column). Well, happy lines! gangeles