Read Excel Sheet by oledb
-
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 posted the same question in the C# forum. Pick only one forum, please. It might have something to do with you having a string in F2...
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
You posted the same question in the C# forum. Pick only one forum, please. It might have something to do with you having a string in F2...
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
i read excel sheet all columns can getting but column contain string can not getting can change any setting in connection string or command to solving problems