I'm trying to populate an Oracle database, using the <CFHTTP > tag, where the input is .csv file.
This csv file contains rows where there are typical German characters. When I do character count in CF, the length is fine and less than the maximum allowed.
During the update or insert operation into an Oracle datasource, Oracle throws an error , saying that the string is greater than allowed.
Is there somebody how has experience in dealing with this ??
This csv file contains rows where there are typical German characters. When I do character count in CF, the length is fine and less than the maximum allowed.
During the update or insert operation into an Oracle datasource, Oracle throws an error , saying that the string is greater than allowed.
Is there somebody how has experience in dealing with this ??