Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with create cursor and index file
Message
From
21/05/2004 08:06:04
 
 
To
21/05/2004 07:30:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00905942
Message ID:
00905950
Views:
10

I have a form where I use create cursor to create a temporary table. This temporary table is indexed with comand INDEX ON ... ADDITIVE

The problem is: when this form is been used by two or more users at same time I receive a message asking to overwrite the index.

How to solve this?

I am using VFP7 and the session is defined as private.


- INDEX ON ... TO idx ? cdx ?

Use
INDEX ON ... TAG myTag && without ADDITIVE
and set TMPFILES to a local path ?
Previous
Reply
Map
View

Click here to load this message in the networking platform