* Changed DefaultSQLFormatSettings into a constant, because changing this will lead to chaos in the locale-support

git-svn-id: trunk@17819 -
This commit is contained in:
joost 2011-06-24 22:00:10 +00:00
parent 11b154b5d9
commit 79e000d04e

View File

@ -494,7 +494,7 @@ Procedure UnRegisterConnection(ConnectionName : String);
Function GetConnectionDef(ConnectorName : String) : TConnectionDef;
Procedure GetConnectionList(List : TSTrings);
var DefaultSQLFormatSettings : TFormatSettings = (
const DefaultSQLFormatSettings : TFormatSettings = (
CurrencyFormat: 1;
NegCurrFormat: 5;
ThousandSeparator: #0;