Mysterious things happening with split database

R

RoyS29

I have a database that I split into code and tables. The tables reside on a
shared server. Each of over 100 users had a copy of the front end code file
on their own hard drive. Many of these users work from home, so who knows
how many routers/connections they go through to reach the server. I work
from head office and everything runs perfectly. Many users, especially with
slower connections, are having problems like tables not populating
completely, VB code not executing, random error messages stating a form
cannot be found, a field cannot be found, etc. Does anyone have experience
with this type of distributed application who could shed some light on these
problems?

Thanks in advance.

Roy Seifert
 
D

Douglas J. Steele

He said "Each of over 100 users had a copy of the front end code file on
their own hard drive", so it's already split. However, you're right that
they need to ensure better connections.
 
R

RoyS29

Albert, thank you for your response, although terse, and excellent articles.
This has definitely pointed me in the right direction. I am now in the
process of converting the backend tables and user front end to MDP files
using SQL Server.

Thanks again.
 

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