HighTechTalks DotNet Forums  

Query in a query

Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss Query in a query in the Dotnet Framework (ADO.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
DBM
 
Posts: n/a

Default Query in a query - 05-18-2009 , 10:00 PM






In Access when I have ambiguous joins I can elliminate the ambiguity by
creating a query for part then joining it into the first query. Is there a
way to do this programmatically from a query created in C#?



Reply With Quote
  #2  
Old   
Helmut Woess
 
Posts: n/a

Default Re: Query in a query - 05-19-2009 , 12:56 AM






Am Mon, 18 May 2009 23:00:32 -0400 schrieb DBM:

Quote:
In Access when I have ambiguous joins I can elliminate the ambiguity by
creating a query for part then joining it into the first query. Is there a
way to do this programmatically from a query created in C#?
That is not a problem of C#. It depends which database you use. You send an
SQL-Statement to the database which will (for the same database) always
look the same, no matter if you use C#, Java, Basic or something else.
So you have to study the manual of the database.

bye,
Helmut


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.