Submitted by msevillano on Fri, 04/22/2016 - 17:38
Greetings, Im having troubles with the bonita MicrosoftSQL server2008 conector. I need to make a query that depends on the data stored on the bdm. The exact problem is I can't access the bdm data from the groovy script witch is creating th query
Submitted by ffernandezc on Wed, 09/30/2015 - 17:05
Hi,
I want to know if it is possible to use only one connector in order to execute 2 or more different select querys and store the returned values in differents resultsets.
Submitted by robert.sax on Wed, 09/23/2015 - 19:03
I am working with Bonita BPM 7.1, starting to build multi-page forms. It looks like the database connector functionality provides what I need in terms of querying an external database. However, I need to access the connector dynamically within the page. For example, first page-> Select person last Name, second page -> display list of matching people with selection. So between these steps I need to execute a parameterized query to the database. I can build a connector-in, but it always runs before the form.
Recién estoy empezando a utilizar Bonita 7, y me gustaría ver un ejemplo de cómo usar un conector para conectarme a una base de datos (sql server, mysql... etc) y poder pasar información de dicha base de datos a un form.