Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

webapp & db design

Featured Replies

I have an idea and here is the breakdown

400 locations

1 server per location

different data in the local db at each location

___________________________________________________________

Now there has to be away for all the dbases to merge into 1 master db

The flow chart above shows what i am thinking.

I have been trying out a bunch of nix distro's and i like opensuse for this. For the db i think mysql if it will run on opensuse :huh:

Well suggestions guys i need them honest only :)

post-25807-1176674489_thumb.jpg

Edited by BizTalk

from the pic you want to use apache and php

I would suggest the db servers have MySql or PostGreSQL, there are free and php has connectivity to both. Then use a php script that runs from a cron job to export the slave databases and insert them as tables in the master db. The overall functionality is still down to you, but it could be an esasy implementation.

ya this is pretty easy from what im understanding. you just want to upload data from the "sub databases" to the "main database" ?

have you worked with php and mysql? if not its easy to learn. it would be very easy to create a script to upload the entire "sub database" to the "main database".

php is easy to use when dealing with mysql, and if you are not totally sure of the commands you need i would suggest installing apache+php+mysql+phpMyAdmin on a computer first. Using phpMyAdmin you can create/modify/delete etc on any database. It also gives you a breakdown of the sql command implemented

e.g.

$query = "DELETE FROM lic WHERE rid LIKE 'batman' ";

in phpMyadmin it will print in the page

DELETE FROM lic WHERE rid LIKE 'batman'

If you really want to make life easy consider using XAMPP for Linux (it was called LAMPP but was renamed. it stands for Linux + Apache +MvSQL + Perl + PHP. This installs on any linux distro and has apache+perl+php+mysql alreday configured to work with each other.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.