Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Native to SQL
Message
From
05/10/2007 13:29:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Native to SQL
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Miscellaneous
Thread ID:
01259011
Message ID:
01259011
Views:
70
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?
Next
Reply
Map
View

Click here to load this message in the networking platform