Page 1 of 1

Standalone database share

Posted: Tue Oct 29, 2013 6:30 pm
by nicoloose
Hi Everyone,

I have written an application that is shared between mac and windows users. I use an sqlite database. I am hoping to be able to allow all users to to be able to access the database and would like to save the sqlite file to a network location. I would like to know firstly if this is possible and secondly, what is the best way of doing it? Initial experiment has shown that the .app file that is created seems to bundle everything into one file, therefore sharing becomes impossible.

Thanks for the help.
Nic

Re: Standalone database share - SOLVED

Posted: Wed Oct 30, 2013 12:36 pm
by nicoloose
I have decided to migrate to mySQL to make life easier.