Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How will I ever get my app ported to SQL Server?
Message
 
 
To
20/08/2008 23:09:50
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01338696
Message ID:
01340748
Views:
13
>Not sure sure I follow this...
>
>Say I have formJobs that has a Customers CursorAdapter with an alias of Customers. Now, if I launch 2 instances of this form, wouldn't I I be trying to create an index for each form instance, each being an index for the alias Customers?
>

I may be wrong, but I think that CursorAdapter's cursor behaves similar way as a regular cursor. Thus you can index

index on CustomerID tag CustomerID in each form's instance without any problem since the real file for this cursor is created in your temp directory with the unique name,
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform