Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How will I ever get my app ported to SQL Server?
Message
 
 
À
13/08/2008 18:04:42
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:
01338726
Vues:
30
>>>
>>>A fairly straightforward approach is to use SQL pass-through to retrieve records from the server into VFP cursors. They can even be given the same names as your old DBF aliases to minimize code changes. You can then perform record based operations like SKIP on the cursors. If your forms are doing updates, you will have to recode those routines to send UPDATE commands to the server. It's not too bad.
>>>
>>>If you use SPT rather than remote views, you won't need the DBC after you have upsized.
>>
>>Why not use CursorAdapter? I think it would be even less changes and using CursorAdapter it is supposed to be easy to switch back-ends.
>
>
>Does a CursorAdapter require a DBC?

Good question! I don't remember, can quickly search here.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform