former_member245994
Explorer
Member since ‎11-20-2014

User Statistics

  • 25 Posts
  • 0 Solutions
  • 13 Kudos given
  • 0 Kudos received

User Activity

We are looking to connect sybase db through x509 certificate authentication. As per our understanding from https://stackoverflow.com/questions/31383145/how-to-connect-to-sybase-ase-using-jdbc-driver-and-ssl-connection ssl certificate is present in...
I am trying to execute a simple CPI Integration flow as follows to understand how OData sender adapter works Below is OData sender Adapter configuration Below is my receiver adapter configuration Basically, I am trying to send Json pay...
We tested "select..for update" behaviour in interactive sql tool our observation is : "select..for update" is not blocking second connection establishment or second user to access same table with read query (Select) Scenario what we have tested ...
Query: I am trying to read records from SAP ASE 16 Database table concurrently using java to increase performance. I am using select….for update query to read database table records concurrently. Here two threads are trying to read records from si...
Hello Everyone,I want to append new data in proxy table which already have some data into it. How we can do this? Is is possible to do so? What is difference between proxy table and create existing proxy table? Can you please provide any document o...