Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove view Drivers?
Message
From
09/03/2010 10:17:39
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01453429
Message ID:
01453448
Views:
32
>>>>>>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.....
>>>
>>
>>u mean that is in the "view SQL" of the view?
>
>Yes, I think.


it still makes me point :(
select client.*,acc.status;  &&acc is the remote table
from;
"C:\Work\acc";
inner join mainbase! client.clientid;
on acc.clientid =client.clientid
and when i save the path 2 a variable it give me an error
something like..cannot be used there
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform