Error 1541 - connection busy
- From: "Paul Pedersen" <no-reply@xxxxxxxx>
- Date: Tue, 12 Jul 2005 12:22:42 -0700
I have Form 1 that calls Form 2. When that call is made, I get Error 1541 -
connection busy. I can't tell exactly where it's happening, because the
error occurs in "Line 0". If I choose "Ignore", Form 2 opens and runs
properly.
The forms have nothing in the de; all data is opened in form.load. Both have
private data sessions. The data is all in MSSQL, which I access via remote
views based on a connection to an ODBC source.
Naturally, the error occurs only at the client site, and not on my own
network.
Might this have something to do with the SHARE clause in the view creation
statement? Some views were created in the view designer, which as far as I
can tell, has no option to set this clause, and others were created in code,
some with SHARE and some without. The description of the SHARE clause of
CREATE SQL VIEW in the FoxPro help file is not at all clear to me.
If this is what's causing my problems? Is it possible to set the SHARE
attribute in the view designer? Why does it work on my network but not on
the client's?
Any other suggestions?
.
- Follow-Ups:
- RE: Error 1541 - connection busy
- From: Lee Mitchell
- RE: Error 1541 - connection busy
- Prev by Date: Re: how to convert foxpro 3 to foxpro 6
- Next by Date: Re: How long did the last SELECT statement take to run
- Previous by thread: How long did the last SELECT statement take to run
- Next by thread: RE: Error 1541 - connection busy
- Index(es):
Relevant Pages
|