Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
QuestionDataset selection question Pin
minnie mouse27-Apr-11 23:34
minnie mouse27-Apr-11 23:34 
Hello folks,

I have a C# application which contains an interesting function using a SQL command, essentially it goes like this
INSERT INTO Table C (Name)SELECT DISTINCT Name from [Table A]WHERE Name NOT IN (SELECT DISTINCT Name FROM Table B
This runs on 2005 express SQL and works fine, what this does is effectively pull values from one table column which
are not already in another table with the same column and then insert them into a third table.It is a long story.
I need a way to accomplish this in an applicaton being written using SQL CE 3.5 which does not support sub queries on nText data.
LINQ is out of the question as well due to SQL CE.

Any ideas ? All help greatly appreciated, not sure which way to go with this hence posting in C# forum.Unsure | :~ Unsure | :~
AnswerRe: Dataset selection question Pin
Eddy Vluggen28-Apr-11 0:06
professionalEddy Vluggen28-Apr-11 0:06 
GeneralRe: Dataset selection question Pin
minnie mouse28-Apr-11 0:51
minnie mouse28-Apr-11 0:51 
AnswerRe: Dataset selection question Pin
wizardzz28-Apr-11 5:54
wizardzz28-Apr-11 5:54 
GeneralRe: Dataset selection question Pin
minnie mouse28-Apr-11 10:04
minnie mouse28-Apr-11 10:04 
QuestionHow to use c++ dll in c#.net Pin
sarang_k27-Apr-11 23:02
sarang_k27-Apr-11 23:02 
AnswerRe: How to use c++ dll in c#.net Pin
Pete O'Hanlon27-Apr-11 23:31
mvePete O'Hanlon27-Apr-11 23:31 
QuestionRename a file from his String Path [Resolved] Pin
Pierre besquent27-Apr-11 22:21
Pierre besquent27-Apr-11 22:21 
AnswerRe: Rename a file from his String Path Pin
Groulien27-Apr-11 22:37
Groulien27-Apr-11 22:37 
GeneralRe: Rename a file from his String Path Pin
Pierre besquent27-Apr-11 22:48
Pierre besquent27-Apr-11 22:48 
GeneralRe: Rename a file from his String Path Pin
ambarishtv28-Apr-11 5:32
ambarishtv28-Apr-11 5:32 
GeneralRe: Rename a file from his String Path Pin
Pete O'Hanlon28-Apr-11 8:04
mvePete O'Hanlon28-Apr-11 8:04 
QuestionRDLC print icon not displayed in Mozilla Firefox Pin
yesu prakash27-Apr-11 20:35
yesu prakash27-Apr-11 20:35 
AnswerRe: RDLC print icon not displayed in Mozilla Firefox Pin
Pete O'Hanlon27-Apr-11 20:44
mvePete O'Hanlon27-Apr-11 20:44 
GeneralRe: RDLC print icon not displayed in Mozilla Firefox Pin
yesu prakash27-Apr-11 22:45
yesu prakash27-Apr-11 22:45 
AnswerRe: RDLC print icon not displayed in Mozilla Firefox Pin
thatraja27-Apr-11 22:50
professionalthatraja27-Apr-11 22:50 
AnswerRe: RDLC print icon not displayed in Mozilla Firefox Pin
RaviRanjanKr29-Apr-11 10:08
professionalRaviRanjanKr29-Apr-11 10:08 
Questionhow to fill a combobox with a class Pin
adrian salas27-Apr-11 11:11
adrian salas27-Apr-11 11:11 
AnswerRe: how to fill a combobox with a class Pin
gavindon27-Apr-11 11:17
gavindon27-Apr-11 11:17 
AnswerRe: how to fill a combobox with a class Pin
sanforjackass27-Apr-11 11:20
sanforjackass27-Apr-11 11:20 
AnswerRe: how to fill a combobox with a class Pin
walterhevedeich27-Apr-11 14:51
professionalwalterhevedeich27-Apr-11 14:51 
AnswerRe: how to fill a combobox with a class [EDITED] Pin
Łukasz Nowakowski27-Apr-11 21:24
Łukasz Nowakowski27-Apr-11 21:24 
GeneralRe: how to fill a combobox with a class [EDITED] Pin
adrian salas28-Apr-11 6:11
adrian salas28-Apr-11 6:11 
GeneralRe: how to fill a combobox with a class [EDITED] Pin
Łukasz Nowakowski28-Apr-11 10:17
Łukasz Nowakowski28-Apr-11 10:17 
GeneralRe: how to fill a combobox with a class [EDITED] Pin
adrian salas29-Apr-11 10:29
adrian salas29-Apr-11 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.