Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OleDbDataAdapter and two tables from two directories
Message
De
23/01/2005 18:31:26
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
OleDbDataAdapter and two tables from two directories
Divers
Thread ID:
00979874
Message ID:
00979874
Vues:
37
I have the following SQL that is including two tables from two different directories:
SELECT TOP 100 Process.Numero,Process.AddDate,Process.NoSysteme,Process.NoProcess,Process.NoSubProc,Process.Adresse,Process.Lap,
 IIF(ISNULL(Login.Prenom),"",Login.Prenom) AS Prenom,IIF(ISNULL(Login.Nom),"",Login.Nom) AS Nom,Process.WWC FROM Process
 LEFT JOIN Login ON Process.AddUser=Login.Numero ORDER BY Process.Numero DESC
In my OleDbDataAdapter, I can pass one directory in my provider. But, how can I pass another directory as one table here is not in the same directory as the other one?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform