Is there a way to connect/read/write to an Access ACCDB from a React app?
We have a customer that is using a Access MDB for their data and wants a React application written that will run on a mobile device.
Can you please give helpful information and examples of how to do this?
ASKER
[..] to keep SQL out of the picture and write directly to the Access ACCDB if possible [..]First of all, SQL and Access are equivalent in this scenario.
ASKER
ASKER
ASKER
This will be a intranet application only. I should have mentioned this. I am sorry.Yup.
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
Depending on the use-case, number of concurrent users and required/desired reactivity (latency), you need to evaluate a separate database server like SQL Server and replication. This includes moving the data storage for the existing database to the same database server or additional, manually replication steps.