Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Link Local DBF records with the SQL database
Message
De
06/12/2004 08:01:43
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00966894
Message ID:
00967127
Vues:
10
>I've some IDs/Numbers in my local table and I want to get the details of all the IDs/Numbers from the SQL database.

You could use OpenRowSet. ie:
SELECT rmtR.* FROM Northwind.dbo.Customers as rmtR ;
   inner join ;
   OPENROWSET('VFPOLEDB', 'c:\myPath\myDatabase.dbc';'';'','select * from myCountries') as locR ;
   on rmtR.country = locR.cntryName
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform