• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

database connection local and network

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am confused for instance must we have 2 databases one for local access and another database on the server side?
What is meant by network mode and local mode in this FBN assignment?
Thanks Ray
 
Ranch Hand
Posts: 688
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actualy, it means your client code must be able to handle two cases: Local and Network.
Local means that the client is accessing the db file on the local machine, not networking involve.
Network means using some networking protocal (RMI or TCP/IP) to access the db file on the remote machine.
Hope it helps.
 
Ray Smilgius
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks so we need one database on client machine and on database on server. Do we have to synchronize both databases?
Thanks Ray
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic