SQL: select * from bin_signatures where comp_id > ? order by comp_id limit ?
fail with error:
Descriprion:** ERROR: Failed to parse statement: select * from bin_signatures where comp_id > ? order by comp_id limit ?,
Message: Unspecified error
Source: PGNP
It looks like everythink is ok with sql, it works via Navicat and it works via pgoledb.dll provider.
