I would like to know how many client can access a shared table from VFP, i'been traying to send data from 16 computer at the same tame in a shared enviroment, but not all client can send the data.
When you say "...not all client can send the data." what exactly do you mean? Is it throwing an error on some workstations? Are certain changes just not getting saved? Does it lock up some of the workstations or bring down the server?
A few other questions come to mind...
Are all of the users trying to update the same record at the same time? Same Field? Do you have any locking strategies in place such as RLOCK() or FLOCK() in your application's code?
Slighthaze = NULL
[ul][li]FAQ184-2483 An excellent guide to getting a fast and accurate response to your questions in this forum.[/li][/ul]
For Win2000 and WinXP, the maximum connections to a shared resource (folder, printer, etc) is 10. You need a server OS to connect from more than 10 clients to a shared resource.
The same apply to 'inbound connections' to a specified port (as for SQL Server/MSDE).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.