Click here to Skip to main content
15,881,812 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to list network connections Pin
Blue_Boy28-Apr-11 3:25
Blue_Boy28-Apr-11 3:25 
GeneralRe: How to list network connections Pin
ambarishtv28-Apr-11 5:16
ambarishtv28-Apr-11 5:16 
AnswerRe: How to list network connections Pin
RaviRanjanKr29-Apr-11 9:03
professionalRaviRanjanKr29-Apr-11 9:03 
QuestionDataset selection question Pin
minnie mouse27-Apr-11 23:34
minnie mouse27-Apr-11 23:34 
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 
This query does work when run as a sql command against a 2005 express
database, changing to nvarchar has removed the error due to the type
incompatability, thanks.
However when I ran the command from the app it had legal syntax but no affect ?
So i pasted it into the sql pane and intllisense altered the statement to this

INSERT INTO Table_C<br />
                         (Name)<br />
SELECT DISTINCT Name<br />
FROM            Table_A<br />
WHERE        (Name NOT IN<br />
                             (SELECT DISTINCT Name<br />
                               FROM  Table_B AS Table_B_1))


This SQL command now works, i will have to do some homework on why that change is required for SQL CE 3.5
and not in SQL 2005 express Confused | :confused:
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 

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.