Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Migrating from dbf to SQL
Message
 
 
To
20/01/2004 16:57:58
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00868770
Message ID:
00868799
Views:
12
>- How do I access the SQL data? Do I have to create views for every table?

That is one way, and probably the easiest to get started.

>- How can I use the indexes in the SQL database to order my data?

Views are essentially SQL statements which, of course, can be ordered. However, you can index views if you need more flexibity.

>- Are there any 3rd party products which will allow me to manipulate the SQL data as if it was a local Foxpro DBF?

I use a VFP framework named Visual FoxExpress which allows me to quickly write applications that use either native dbfs as well as SQL Server data (or both). There will be a learning curve (especially since you say you are new to objects), but they have very good training CDs to help you get started. For info on that, go to

www.f1tech.com



>- Is there any place I can go to read about this subject?

See this link for starters.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fox7help/html/dgusing_sql_pass_through_technology.asp

And though it's a bit dated, you can consider purchasing this book...

http://www.hentzenwerke.com/catalogpricelists/csvfp.htm

Hope this helps...
Del
Previous
Reply
Map
View

Click here to load this message in the networking platform