[base] Connection Issues with MSSQL

I am connected to a MSSQL database on Base. I can connect fine and view tables etc.

However whenever I try use parameters (:Example) in my sql statements I get the error:

“The data content could not be loaded. The index 1 is out of range”

I am on windows 64bit and using the Microsoft JDBC 6.0 sqljdbc42.jar driver to connect to it.
I’ve read that it is a bug with the driver. Is there a workaround or an alternative I could use?

Any help is greatly appriciated