i have done a import program of data in text file in a single oracle table in oracle 7.3 for a customer.
When a affect the float field 'F' of my table 'T' like this :
TF.AsFloat:=StrToFloat(StringValue);
it's OK but on my customer's machine an error
appear: '2,6' is not a float value correct'
why ?
(My oracle client is Oracle 8i and his Client is Oracle 7.3 and i have tested it on a oracle 7.3 database with my client oracle 8i)...
When a affect the float field 'F' of my table 'T' like this :
TF.AsFloat:=StrToFloat(StringValue);
it's OK but on my customer's machine an error
appear: '2,6' is not a float value correct'
why ?
(My oracle client is Oracle 8i and his Client is Oracle 7.3 and i have tested it on a oracle 7.3 database with my client oracle 8i)...