[Simba][JDBC](10940) Invalid parameter index: 1.

0
I’m getting the above error when attempting to use  ‘Execute parameterized query ‘ from the Database Connector module. I’m passing two strings into a query like so: -    execute Station_EOD_Times using {1}, {2} The parameters are: –     1, string, ‘12345’    2, string, ‘2021-04-01’ Station_EOD_Times is a prepared statement (select only) in an AWS Glue database and is executed via the AWS Athena query engine.   I’m new to Mendix and prepared statement is relatively new to AWS Athena too. So I’m not sure if I’m doing something incorrectly or if it’s a compatibility issue between AWS Glue/Athena and Mendix.  
asked
0 answers