Try using positional params instead of named params.
Select * from table
where a = ?
and b = ?
the use of Named params for ODBC type connections was added in a later release
Try using positional params instead of named params.
Select * from table
where a = ?
and b = ?
the use of Named params for ODBC type connections was added in a later release