#connector #retrievedata #oracledatabase

Unable to cast the result of Database query in business variable

Hello,

I'm using Bonita 7.10 Community edition

I'm trying to store the result of an Oracle query in a business variable. Quite simple to say, but after half-a-day of multiple trials, It still doesn't work and I don't understand why.

My business object :
OMTestErr
ErrIntegrationCode String
ErrFileName String

My pool variable : varTestErr, created after OMTestErr, declared as multiple

Notifications