I am trying to add paramaters to libre base queries using a connection to a firebird database. If I use a paramater name like :ClientCode it asks for the value of ClientCode but then the sql errors with unknown column ClientCode.
Any ideas?
Libre version 6.2 (also didn’t work on 5.1) Ubuntu 16.0.4.
It is a jdbc connection to a Firebird server using the org.firebirdsql.jdbc.FBDriver class.