Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A way to access multi remote db connections
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows NT
Network:
Novell 6.x
Database:
Oracle
Miscellaneous
Thread ID:
01297814
Message ID:
01297835
Views:
16
>Hello Sergey,
>
>I suspected as much ---
>The Crystal Reports seems to make the connections to three simultaneous, and I was trying to make it happen... Instead I'll set up temp Views, link as needed. yadayada
>
>>A view can only use one connection.
>>
>>>Remote is successful for each, but I WANT both -->
>>> Create SQL View AVPRODUCTION Remote Connection AVPROD1, AVTDM1 As;
>>>
>>>What is the correct way to access more than one established connection in VFP?

One View can used only one connection, but two Views can use two different connections, so you could have one view for Oracle and one view for SQL Server then do the join in VFP (As Jim suggested).
Other way is to add Linked server in SQL Server (I'm sorry i don't know the therm used in Oracle) to Oracle one and use direct View created in SQL Server Database.
That way all record set will be prepared on your BackEnd.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform