Also, when you say database, what do you mean exactly, an actual database like MySQL or MSSQL server
Its an *.accdb database which is stored localy. I managed to get access to it and build some forms and datagrids in .NET to modify the data add new entries and so one. Building such connections and tables in javascript without any knowledge of the java language and tools is currently far above my head
I want to use it as
interface to get data in the application from external sources. Other applications can add and modify data in the table and the application can use it then.
For example - The application uses table X, Y and Z
- The application can change values in table X and Y but not in Z (read only)
- An other external application can edit table Z but not table X and Y