Hello team,
I just wanted to ask you, is it possible to bind multiple databases with the xpo framework?
Currently, we are evaluating a solution for our internal logistic system.
The problem I have is to find a solution for loading and displaying a lot of orders from our SAP B1 datastorage. In addition to that, we have a WMS which delivers package data like quantity, dimensions and internal package numbers.Also, I want to give my colleagues the possibility to have an overview for all the upcomming orders they might have to complete.
I´ve worked with XPO once before and it was kinda nice to let all the data being loaded async.
Correct me if I´m wrong, my intention is that, if I am querying data async from the database, using the xpo framework, it also reduces the amount of data which needs to be loaded into the view. It´s just like eating the cake piece by piece and not the whole thing at once. for example: If the GridControl has loaded a few rows into the gridView, the user is just requesting more data from the server by scrolling the view. Out of that, we increase the amount of requests to the server but limiting the amount of data we are pulling from the server. Is that correct?
Basically, I need to get data from 3 different databases and parse them into a model, so that the view exactly knows what kind of data needs to be loaded.
Additionally, will it also be working with different types of database engines like MSSQL and MySQL? It wouldn´t be bad if not.
If this is possible, do you have any kind of tutorial I can use for this approach?
Would you provide a sample solution?
Is there some sort of a best practice case to get this done perfectly?
How would you accomplish this task?
I´m really excited for your answer and I thank you in advance.
best regards.