Hi...
I'm trying to get query output from database Connector. I'm connecting to SQL Server and only trying to execute this statement on my query.
select DatabaseName, ObjectName from Tabel1
I've already get the output, but I dont have any idea how to map it into any variable.
Is there any example to map the result output into a variable or into a textboxt in bonita?