unit JvDBConst; {$mode objfpc}{$H+} interface uses Classes, SysUtils; resourcestring SPropDefByLookup = 'Property already defined by lookup field.'; SDataSourceFixed = 'Operation is not allowed with DataSource.'; implementation end.