yancyn / hi-tea

A POS for café
2 stars 0 forks source link

Database failed to share within local network #73

Closed yancyn closed 10 years ago

yancyn commented 10 years ago

Found out local sqlite not allow share between intranet under NTFS operating system.

Solution

  1. Change database type other other online available maybe MSSQL. Which require 1 or 2 days effort to change code in cashier module and setup a complete new kitchen module for web.
  2. Create Android app to continue use SQLite where push by DropBox or Box service between cashier.
  3. other..
yancyn commented 10 years ago

Setup a new local mvc web app then configure sqlite as local connectionstring. Fix the issue and now able to setup web server within same network.