Sounds like you may have a couple of issues.
1) Your WAN is not stable. Somewhere along the way you are having network
issues.
2) You may need to reveiw your application's design. Even with an ADP, it
is very important to understand the how things work in a remoted
environment. You need to make sure that ANY data that is requested from
the
server includes a very narrow WHERE statement in order to limit the data
transfer to a bare minimum. You should NEVER try and open a full table
accross a WAN. The ideal is that you use stored procedures with
parameters
that limit form data to a single record. I have found this works very
well.
The trick here is that the built in navigation doesn't work.
HTH,
Jim
Ben said:
[DBNETLIB]ConnectionRead recv() General network error
"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
wrote in message Disconnected? Can you be more specific about your installation and the
error message?
S. L.
Users keep complaining about their DB connection from ADP projects keep
disconnecting.
Even when I develop i get disconnected, and I don't leave it unattended
for
over 3 minutes
What's going on ?
can you make it automatically reconnect or something ?