Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving from FoxPro's DBC to MSSQL Server
Message
From
09/11/2005 00:24:44
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01066358
Message ID:
01066678
Views:
18
>Hello,
>
>I have the task to move VFP application from native DBC database to MSSQL Server (MSDE).
>
>I have experience working with SQL Server using SQLCONNECT/SQLEXEC/etc functions and submitting SQL commands to SQL server. I have read that there is another approach to manage data in sQL server - remove views. I think that using remote views would be more convenient (than using SQLCONNECT) way to move my application from DBC to MSSQL Server.
>Am I right?
>
>What are advices, suggestions, warnings when moving from VFP's DBC to MSSQL+remote views? Is there any sources to read in internet?
>
>Thanks

A mixture of Cursor Adapters and SQLPassthru is the way to go. CA's for most tables especially the updatable ones and SQLPassthru for lookups or adhoc ones.

Head down to www.foxite.com for some articles on CA's and dont forget the CA Builder from www.mctweedle.com. That's essential.

Since you will be using MSDE I am assuming that either the user base will very small (<10 simultaneous users) or this will be single user app. Don't forget that once you have 8 to 10 connections open in MSDE the Speed Governor kicks in and will slow you down to a crawl.

Once you go past MSDE to a full blown SQL system you will find that there are no longer speed restrictions but restrictions on your pocket with the extra grunt of a new server cost, User License fees per user/processor etc. Hope your wallet is bottomless or at least huge and stuffed with cash.

Good luck.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform