Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove view Drivers?
Message
 
To
09/03/2010 09:13:24
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01453429
Message ID:
01453438
Views:
41
>>>Hello all!
>>>i created a view that used a table in some far away folder totally for something else. it works but for every time i open the form that uses it. I have to point to it. Im gonna try a remote view but when i make it it says ...Connectivity error:{microsoft][ODBC Driver Manager] Data source name not found and no default driver specifited
>>
>>What is the type of remote table?
>>Is it VFP Table or you use some other DB?
>>If it is VFP table you don't have to use RV, You could use Local View and use full path to that table.
>
>
>reallyyyy where do i specify the full path...it is a VFP table

I your View definition:
lcFullPathAndTableName = "c:\TestMe\Test"

CREATE VIEW AS;
SELECT ....... FROM (lcFullPathAndTableName);
WHERE.....
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform