Database with Re frame work

Greetings for the day,

I have a crucial question. Could someone please tell me how to use a database connection with Reframe and whether I need to make any changes to the framework in order to get it to function with the database?

Many thanks for considering my request.

@Anirudh_Tugawe

What exactly you want to do?

Ideally one thing is if you want to process each record

Then ideally its more like a datatable as using select wuery you get data into datatable from then on you iterate on datatable and so the transactionitem becomes datarow

Cheers

1 Like

@Anirudh_Tugawe,

You will have to modify the transaction item datatype to datarow.

Remove default logic to get transaction item from queue and replace it with database activity to get data from database.

If you have to update the database after process, add logic in process state.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.