Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Cursor results
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00807896
Message ID:
00807997
Views:
18
Thanks for confirming this.
I think I will have to rethink my structure slightly.

>If all you want is to make the data in session A accessible by another process in session B then copy you data to some table.
>
>Select yourCursor
>Copy to c:\temp\abc
>
>Now abc is available to your other process to open.
>
>The process could the delete abc once it's finished using it.
>
>>Ok this seems a bit odd to me.
>>I'm using Create Cursor to create a temporary table in a forms datasession. If I pass the dbf() of the resulting file to a different datasession and try to open the temporary cursor there then it gives me a "File is in use" error. Interestingly enough if you do a File(dbf()) it tells you that the file does not exist.
>>
>>Is it possible to open a temporary cursor in multiple datasessions?
>>Thanks in anticipation.
>>Caroline
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform