#subprocesses #SQLServer #connector

Using SQL Server 2016 with Bonita v6.5.4?

Hi,
We are currently configuring Bonita v6.5.4 with SQL Server 2016. I can only see the database connectors available for SQL Server 2008 and SQL Server 2012. I also read on Bonita website that Bonita v6.5.4 currently only supports version 2008 and 2012 for SQL server. Is it possible to add the same for 2016? Can someone please help?

Thanks in advance,

Isha

Connector vs Call process

Hello,

I have a question about which is the best methodology concerning re-usability of "code".

In order to interact with the databases (MS SQL Server) we mainly use stored procedures. So we need a way to make these calls.

Creating every time a service task calling the db connector, writing from scratch the query, is time-consuming and error-prone.

So I think we should create either:
* a new Connector implementation, called in a service task of diagrams or
* a Process to be called as a Call Process inside diagrams.

Notifications