Read Excel by Oledb
C#
2
Posts
2
Posters
0
Views
1
Watching
-
oledbcommand cmd=new oledbcommand(@"select F1,F2,F3 from [sheet1$]",con); F2 datatype string when execute command get F2 values Null please i need why get F2 null but if values integer can get data
-
oledbcommand cmd=new oledbcommand(@"select F1,F2,F3 from [sheet1$]",con); F2 datatype string when execute command get F2 values Null please i need why get F2 null but if values integer can get data
You asked this same question in the SQL Forum, please do not cross post.
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus