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'...