diff --git a/components/sqldb/registersqldb.pas b/components/sqldb/registersqldb.pas index 8d4af52b6c..0ec49314c0 100644 --- a/components/sqldb/registersqldb.pas +++ b/components/sqldb/registersqldb.pas @@ -514,8 +514,10 @@ Var procedure Register; begin +{$IFDEF HASIBCONNECTION} RegisterPropertyEditor(TypeInfo(AnsiString), TIBConnection, 'DatabaseName', TSQLFirebirdFileNamePropertyEditor); +{$ENDIF} RegisterPropertyEditor(TypeInfo(AnsiString), TSQLConnector, 'ConnectorType', TSQLDBConnectorTypePropertyEditor); {$IFDEF HASLIBLOADER}