I have two copies of the same Data Base. One local and one on a server. I make calls to the local or server database via Select sql calls to load the correct info into my forms and update the appropriate database. This all works well even at distant site.
Problem is a speed hit when two users are accessing/connected to the server database. Calls reduce to a crawl significantly slower than can be justified. There is a form which each users may have a list field with 3700 record called via this way. When a user clicks on a name and simple call for a few field from that record takes about 30-60 seconds when it normally takes 2 seconds when a single user is signed on. Exclusive is OFF and Multilocks ON. Any help to figure out what is happening? WOuld using the NODATA parameter make any difference? thanks hunter
Problem is a speed hit when two users are accessing/connected to the server database. Calls reduce to a crawl significantly slower than can be justified. There is a form which each users may have a list field with 3700 record called via this way. When a user clicks on a name and simple call for a few field from that record takes about 30-60 seconds when it normally takes 2 seconds when a single user is signed on. Exclusive is OFF and Multilocks ON. Any help to figure out what is happening? WOuld using the NODATA parameter make any difference? thanks hunter