I have to read a write from a to another sql database, different from that of my Business Central database.
My BC is On Premise but I would implement a solution that is easily portable to the cloud and I want to avoid to use solutions like sql server stored procedures.
What is the best solution?
Is it to create a middle application that interacts with bc and the other db with rest api calls? Or what?