Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OleDbDataAdapter and two tables from two directories
Message
From
23/01/2005 18:31:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
OleDbDataAdapter and two tables from two directories
Miscellaneous
Thread ID:
00979874
Message ID:
00979874
Views:
36
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
Next
Reply
Map
View

Click here to load this message in the networking platform