Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A way to access multi remote db connections
Message
De
29/02/2008 14:40:51
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows NT
Network:
Novell 6.x
Database:
Oracle
Divers
Thread ID:
01297814
Message ID:
01297835
Vues:
15
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform