Re: Problems with acces to dbf used in DE
- From: "Craig Berntson" <craig@xxxxxxxxxxxxxxxxx>
- Date: Mon, 22 Jan 2007 09:26:38 -0700
SELECT * simply points another alias to the same table. It does not make a cursor in memory, which is what you want. Try SELECT * FROM DosTable INTO CURSOR mvcursor NOFILTER
--
----
Craig Berntson
MCSD, Visual FoxPro MVP
Salt Lake City Fox User Group
"Stoyan Malchev" <stoyan.malchev@xxxxxxxxxxx> wrote in message news:uG8az1gPHHA.1248@xxxxxxxxxxxxxxxxxxxxxxx
I have in DE in a a report:
set exclu off
sele * from DosTable into cursor mycursor
use in DosTable
This is the only place where i am using the table "DosTable"
If Private Data Session is off exclusive access to DosTable is impossible until I exit the exe
If Private Data Session is on exclusive access to DosTable is impossible until the report is closed.
What can I do to release DosTable?
Thanks in advance for any help.
- References:
- Problems with acces to dbf used in DE
- From: Stoyan Malchev
- Problems with acces to dbf used in DE
- Prev by Date: Problems with acces to dbf used in DE
- Next by Date: for teddy: tempting premium news server access - amwi - (1/1)
- Previous by thread: Problems with acces to dbf used in DE
- Next by thread: for teddy: tempting premium news server access - amwi - (1/1)
- Index(es):
Relevant Pages
|