Refresh Back-End DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you please help? I have a front-end DB but I need to refresh the
back-end DB hourly. How would you proceed to disconnect users and warn them?
Do I need to work with 2 back-end DBs?

Thanks a lot!
 
Can you please help? I have a front-end DB but I need to refresh the
back-end DB hourly. How would you proceed to disconnect users and warn them?
Do I need to work with 2 back-end DBs?

Thanks a lot!

What do you need to "refresh"??? If you're just updating data in the backend
database, you should be able to do so concurrently. Two backends won't help
much, since users would need to disconnect and reconnect anyway.


John W. Vinson [MVP]
 
Back
Top