Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upsizing from Fox to SQL Server
Message
 
À
14/10/2004 10:34:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00951408
Message ID:
00951640
Vues:
9
>Hi
>
>I'm looking to convert a number of Foxpro 6 applications into SQL Server based apps, would be grateful if someone could point out some useful literature or resources in this regard.
>
>Regards
>
>
Hi Omran
It will be better to upgrade to VFP8.0/9.0 and to use CursorAdapter class, which will let you to use as SQLServer aswell DBFs.
You should REMOVE all USE commands from your code.
You will need to change your cursor objects in the forms' Data Environment with CA instances.
(It is good practice to create your own underlaying CA class and to use it further in the application. In this way you will be ableto control data access by only changinf settings of this base class.)
Keep in mind that writting select commands to retrieve data, you must comform T-SQL syntax and you cannot use VFP functions.

You can visit GermanDevCon after a month and to take a few session in English about this :-)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform