Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How will I ever get my app ported to SQL Server?
Message
De
21/08/2008 02:59:30
 
 
À
20/08/2008 23:09:50
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:
01340685
Vues:
15
Matt,

This is one major difference between CursorAdapters and our good old VFP tables - CAs fetch data from their sources into "cursors" which are temporary tables that reside in a temporary fashion. The index tags one creates are temporary as well. So, if you launch frmJobs twice, the first and second frmJobs each creates its own Customers cursor and also, creates its own tags.

I have been using both the DE and the CA in porting old apps into MySQL. They have been great so far.

Hope to help.

Dennis

>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?
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform