Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free table in spt
Message
From
07/08/2009 00:40:38
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01416643
Message ID:
01416666
Views:
50
>>>>Is it possible to include a free table in a spt statement?
>>>>something like this:.
>>>>sqlexec(nh, " select t1.*, t2.* from testdata.dbo.table1 T1, somefreetable t2 where t1.somefield =t2.somefield ")
>>>
>>>You can create a linked server to VFP tables or use OPENROWSET() to create it on the fly.
>>
>>Hi Sergey,
>>Can you please be more specific about "create a linked server to VFP tables" ?
>>
>>Thanks.
>
>Check Configuring Linked server
>
>and
>
>http://www.databasejournal.com/features/mssql/article.php/3085211/Linked-Servers-on-MS-SQL-Part-1.htm

Yes. I tried it and works fine.
Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform