Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How will I ever get my app ported to SQL Server?
Message
 
 
À
20/08/2008 12:43:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01338696
Message ID:
01340410
Vues:
25
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform