Camunda BPM interaction with Sybase Database

Hi All,

Please guide me how to connect to Sybase Database from Camunda BPM.

Thanks
Murugesan.

Sybase is not one of our supported databases so i can’t say for sure if it would work or not, and we don’t have any create or update scripts. You’d need to try it yourself.

Hi Niall,

Shall I use connector to interact with Sybase DB. Could you please guide how to connect with Sybase DB.

Thanks and Regards,
Murugesan.

Might be an idea to write a Java class to make the connection and call that java class from a service task. I’m not familure with Sybase DB to any great extent so it depends on it’s own APIs.

Thanks Niall for the response