Hello Subhabrata,
Do you know if there is a way to test the Kafka connection in DIC?
I tried to set up a kafka connection and had tried out a simple graph that consumes data from a Kafka topic, while we are facing issues where the graph when ran...
Sure.I am trying to use PreparedStatement and set the parameters in the query as follows:try(PreparedStatement pst = conn.prepareStatement("SELECT * FROM \"COLL\" WHERE \"_id\".\"tenantId\" = ? ")) {
pst.setString(1, tenant);
...
Hello Kai, Does JDBC PreparedStatement work on the HANA document store queries?It gives me the following error when using the java PreparedStatement:JDBCDriverException@195 "com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [7]: featur...