Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Views
Message
From
23/07/2010 04:47:58
 
 
To
23/07/2010 04:38:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01473567
Message ID:
01473568
Views:
53
>Hi
>
>I'm working on an application that uses Remote Views, stored within the main .DBC of the application. I can access the data within the Remote View, when it's placed in the data environment of a form, but how can I access this data on the fly, i.e. with a program or class?
>
>Thanks

Hi Derek

you can use the view like a table in code.

USE C:\test\data1!testview IN 0 SHARED

where data1 is the dbc and testview is the viewname

Nick
Previous
Reply
Map
View

Click here to load this message in the networking platform