multiple workstations(seperate db) one master (sees all dbs)

A

Andy

I have senario where I need several workstations with duplicate databases
running
on different machines on intranet. I then need a master application which
veiws database records of all machines as if it were reading/editing one db.

what is the best way to do such a thing, will linking tables in the database
provide a solution??
 
J

Jim Allensworth

I have senario where I need several workstations with duplicate databases
running
on different machines on intranet. I then need a master application which
veiws database records of all machines as if it were reading/editing one db.

what is the best way to do such a thing, will linking tables in the database
provide a solution??
I'm assuming you mean LAN not intranet - which would imply browser
based applications.

You should split the application into Frontend (forms, modules,
queries, reports) and a Backend (just tables and relationships) that
is shared/linked to the frontends. Each station has a copy of the FE
that links to the single BE.

This way everything is in sych - all the data is realtime.

- Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top