Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the way to use sql server database ?
Message
From
23/10/2003 14:39:20
 
 
To
23/10/2003 14:20:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00841727
Message ID:
00841736
Views:
17
>what is the best way between developing first with local views and upsize after and developing directly with sqlserver ?

The best way is developing n-tier application that would bring flexibility in upsizing whether is local views, sqlserver...

If you develop in your application business logic that is independent of data, you can switch to any way you like to store your data.

If you have medium requirements for handling data you should choose native VFP tables (.DBC's) but for big requirements SQL Server is need.

It all depends of your needs.
Previous
Reply
Map
View

Click here to load this message in the networking platform