dbTalk Databases Forums  

How to set up an internal/external order tracking system

comp.databases comp.databases


Discuss How to set up an internal/external order tracking system in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
lotusny78@yahoo.com
 
Posts: n/a

Default How to set up an internal/external order tracking system - 11-15-2006 , 08:37 AM






Generous experts:

My intention is to set up an order tracking system with the following
features:
1. Records can be edited locally (Windows Server in office)
2. Records can be viewed remotely (in branch offices with Windows
machines)

The conditions are:
1. the local network is:
a. a Windows Server connected to WinXP workstations
b. connected to the internet via cable modem (i.e. the IP changes
from day to day)
2. there is an external hosted unix server

My idea is to run mySQL on the Windows Server & do partial backups to
the hosted Unix server. I am an experienced C++ programmer, but am new
to DB, web programming, so feel free to suggest something completely
different and also comment on my idea.

Thank you for your listening!

Sean DeNigris


Reply With Quote
  #2  
Old   
Ed Prochak
 
Posts: n/a

Default Re: How to set up an internal/external order tracking system - 11-15-2006 , 10:01 AM







lotusny78 (AT) yahoo (DOT) com wrote:
Quote:
Generous experts:

My intention is to set up an order tracking system with the following
features:
1. Records can be edited locally (Windows Server in office)
2. Records can be viewed remotely (in branch offices with Windows
machines)

The conditions are:
1. the local network is:
a. a Windows Server connected to WinXP workstations
and these are the only machines allowed to do the editting, right?

Quote:
b. connected to the internet via cable modem (i.e. the IP changes
from day to day)
hmm.

Quote:
2. there is an external hosted unix server
the UNIX server is what kind of server? Files? DB? WEB? Email? FTP?

Quote:
My idea is to run mySQL on the Windows Server & do partial backups to
the hosted Unix server. I am an experienced C++ programmer, but am new
to DB, web programming, so feel free to suggest something completely
different and also comment on my idea.

Thank you for your listening!

Sean DeNigris
Knowing nothing about your UNIX server, my initial assumption is the
UNIX server handles hosting the web application. One question is: why
send backups (full DB) as opposed to update (changed data) files?

so you have WINXP machines in the office that will run the C++
edit/uopdate app. They connect (ODBC) to the WIN server running mySQL.

A batch job (must be on the WIN server) sends the backups to the UNIX
Server (must also be running mySQL to accept backup files)

the UNIX server allows connections from the web. Web applications for
viewing the data written in (just so many choices here).

not bad. The updates are isolated and from a restricted environment
(fewer chances of the web view getting hacked. There is an issue of
securely connecting to the UNIX server. (I'm assuming the UNIX server
is somewhere out on the internet (outside any firewalls at your office,
fixed IP address. Is that server hoted by an outside company? If so,
they may have some suggestions.

HTH,
Ed



Reply With Quote
  #3  
Old   
lotusny78@yahoo.com
 
Posts: n/a

Default Re: How to set up an internal/external order tracking system - 11-29-2006 , 09:19 AM



Thanks! In answer to your questions:

Quote:
The conditions are:
1. the local network is:
a. a Windows Server connected to WinXP workstations

and these are the only machines allowed to do the editting, right?
Yes, only local editing.

Quote:
2. there is an external hosted unix server

the UNIX server is what kind of server? Files? DB? WEB? Email? FTP?
It's a $5/month web host with email, mySQL and ftp support

Quote:
Knowing nothing about your UNIX server, my initial assumption is the
UNIX server handles hosting the web application. One question is: why
send backups (full DB) as opposed to update (changed data) files?
Yeah, I want to send only new data.

Quote:
so you have WINXP machines in the office that will run the C++
edit/uopdate app. They connect (ODBC) to the WIN server running mySQL.
I was going to implement it in PHP and run apache on the web server

Quote:
A batch job (must be on the WIN server) sends the backups to the UNIX
Server (must also be running mySQL to accept backup files)
Yep

Quote:
There is an issue of
securely connecting to the UNIX server. (I'm assuming the UNIX server
is somewhere out on the internet (outside any firewalls at your office,
fixed IP address. Is that server hoted by an outside company?
Correct, it's an outside web hosting company.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.