I have a file with all data I have to insert in the database. For different reason my programm save the data read into a string.
Even if I use OracleGlobalization I have a problem when I have to insert numbers which they are under 1000 because in the file (so in my string) the data is 1,200.0 for 1200

Does anabody have a solution or an idea ?
The Oracle exception is : "String format incorrect"
Thanks