Forum Discussion
FrankDK
2 years agoContributor
If you already have a connection to an external DB, from where you can read (Select) data, I don't see why you then not should be able to push data (INSERT/UPDATE). A quick test could be done creating an extender business rule and do something like:
'' Code to get custom table data
Dim dt As DataTable = BRApi.Database.GetCustomDataTable(si, "Application", "some-name-of-a-table")
'' Code to write that data back to some matching datatable on an external database
Brapi.Database.SaveCustomDataTable(si, "some-external-db-connection-name",dt,True)
- jkim2 years agoNew Contributor
Thank you, Frank.
I know you can do that for External DB directly connected to Cloud Environment, but I was asking External DB(or Custom DB) connected thru Smart Integration Connector (SIC).
Related Content
- 8 months ago
- 4 months ago