Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Single code set for SQL and VFP databases
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00703763
Message ID:
00704020
Views:
20
I'm doing this right now..it's really quite simple.
The trick is to make sure that your VFP data-types in your tables will work in SQL Server. For example..use DateTime fields, not Date, not Time.
Next - connect to your VFP database with ODBC Driver and querry it STRICTLY with remote views and maybe some sql passthough.
Now - want to access SQL database with same code? No problem change the connection string for the remote views and yer done. Takes all of like 2 seconds.

>While researching what is involved to upsize/migrate our application to use a SQL Server back end, I recalled that that my colleague wanted to achieve having a single set of code that supported the use of either SQL or VFP as the data engine (depending on the client site). I think the reasoning for this is because we cannot anticipate all of our clients wanting to migrate to the SQL version at the same time.
>
>I was curious if anyone here has had experiences (be they good or bad) in the scenario described above. Are we looking for headaches?
>
>Any insight would be greatly appreciated.
>
>Laterness,
>Jon
ICQ 10556 (ya), 254117
Previous
Reply
Map
View

Click here to load this message in the networking platform