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 12:43:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01338696
Message ID:
01340410
Views:
24
You're creating structural indexes, so they inherit the physical name of the cursor. Multiple instances then will become non-issue.

>Wow. I'm suprised to see that it works this way. I thought about doing it this way, but it sure seemed like a silly thing to do, so I dismissed it as not a reasonable technique. Is this a common practice?
>
>Also, since my app allows users to run mutiple instances of the same form, how can I prevent the indexes from one form instance from overwriting the indexes of another form instances?
>
>I need some mechanism to generate a random index name?
>
>
>
>
>>You need to create your indexes for your cursors after you get them with CursorFill. Consider these cursors the same way as regular cursors or as local views. Once you get them, you need to index them. If you get them again with cursorfill, you need to re-create indexes again.
>>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform