MS SQL currency type shown as float in schema builder

is this default in the latest release available?

Hi,

yes:

function TDAESDACDriver.GetDefaultCustomParameters: String;
begin
  Result := 'Schemas=1;Integrated Security=SSPI;UseBCDforMoneyTypes=1';
end;

but it will work for newly created connections only

ok so i need to add it to my connection strings also…?

yep