Forum Discussion
shhemanth
6 years agoFrequent Visitor
Input string was not in a correct format
Hi, While importing a table into Dataflow, am getting the error "Input string was not in a correct format". I am connecting to Oracle Database.
tankepaus
4 years agoFrequent Visitor
I encountered this when querying a view in SQL and the underlying table had changed a data type for a column. Querying the view in SQL was no problem - it reported no error. But just running an ALTER on the view, without changing anything, solved the problem as it updates the data types from the underlying table(s).