can not share a SQLite database between two shiny applications in RStudio server.

I have two shiny application app1 and app2. Both app1 and app2 need to use a common SQLite database 'dbLogin'. app1 use 'dbLogin' for login access while app2 use 'dbLogin' for update and manipulation of login information. In local computer, I put dbLogin in a local directory and use the directory path in app1 and app2 for accessing the databases successfully. How can I do it in RStudio server?.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.