Datasnap: ORA-01722: invalid number. See the solution


2004-08-25 03:24:34 AM
delphi204
procedure TTestForm.SQLConnectionAfterConnect(Sender: TObject);
begin
SQLConnection.Execute('alter session set NLS_NUMERIC_CHARACTERS=''.,''',
NIL, NIL);
end;