Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Native to SQL
Message
De
05/10/2007 13:29:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Native to SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Divers
Thread ID:
01259011
Message ID:
01259011
Vues:
69
I have developed a mature big application ( 200 installations in last 5 years) that is based on VPF native tables. Most of the business rules are on the form level. Most of the insert, update, and retrieve of data are based on SQL commands. I do not use views at all.

Lately some of my customers require to transfer the date into SQL database, for good reasons: security, huge tables (millions of records), remote access etc.

I have two options:

a) Copy the existing project into a NEW project and modify the existing application to work only with SQL databases.

b) Modify the existing application on the logic:
if lsqlmode
new code for sqldatabase
else
the oldcode
endif

What option should I choose?
Is the second option realistic?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform