Click here to Skip to main content
15,790,021 members
Home / Discussions / C#
   

C#

 
GeneralRe: Client 2 Client File Encryption Pin
The Junior28-Feb-18 4:39
The Junior28-Feb-18 4:39 
GeneralRe: Client 2 Client File Encryption Pin
Eddy Vluggen28-Feb-18 4:53
professionalEddy Vluggen28-Feb-18 4:53 
GeneralRe: Client 2 Client File Encryption Pin
The Junior28-Feb-18 5:08
The Junior28-Feb-18 5:08 
GeneralRe: Client 2 Client File Encryption Pin
Eddy Vluggen28-Feb-18 6:33
professionalEddy Vluggen28-Feb-18 6:33 
GeneralRe: Client 2 Client File Encryption Pin
OriginalGriff28-Feb-18 2:43
mvaOriginalGriff28-Feb-18 2:43 
GeneralRe: Client 2 Client File Encryption Pin
The Junior28-Feb-18 2:51
The Junior28-Feb-18 2:51 
AnswerRe: Client 2 Client File Encryption Pin
Gerry Schmitz28-Feb-18 8:15
mveGerry Schmitz28-Feb-18 8:15 
QuestionRemove duplicates Pin
Shankar M27-Feb-18 21:14
Shankar M27-Feb-18 21:14 
 The below commnand ran successfully when i click the respective button but no changes on the database

SqlCommand command = new SqlCommand("select distinct * into #tmp From bounce delete from bounce insert into bounce select * from #tmp drop table #tmp)", connection);
connection.Close();
MessageBox.Show("Cleared Duplicates");
 
 
Note: Table bounce having only one column called email to remove the duplicates I created this button function

AnswerRe: Remove duplicates Pin
OriginalGriff27-Feb-18 22:04
mvaOriginalGriff27-Feb-18 22:04 
GeneralRe: Remove duplicates Pin
Shankar M27-Feb-18 23:14
Shankar M27-Feb-18 23:14 
GeneralRe: Remove duplicates Pin
OriginalGriff27-Feb-18 23:26
mvaOriginalGriff27-Feb-18 23:26 
AnswerRe: Remove duplicates Pin
Bernhard Hiller27-Feb-18 22:22
Bernhard Hiller27-Feb-18 22:22 
GeneralRe: Remove duplicates Pin
Shankar M27-Feb-18 22:55
Shankar M27-Feb-18 22:55 
GeneralRe: Remove duplicates Pin
Pete O'Hanlon28-Feb-18 1:25
subeditorPete O'Hanlon28-Feb-18 1:25 
GeneralRe: Remove duplicates Pin
Shankar M27-Feb-18 23:14
Shankar M27-Feb-18 23:14 
QuestionAutomatic unit tests Pin
Hila Berger27-Feb-18 1:01
Hila Berger27-Feb-18 1:01 
AnswerRe: Automatic unit tests Pin
Pete O'Hanlon27-Feb-18 2:27
subeditorPete O'Hanlon27-Feb-18 2:27 
GeneralRe: Automatic unit tests Pin
Hila Berger1-Mar-18 1:10
Hila Berger1-Mar-18 1:10 
GeneralRe: Automatic unit tests Pin
Pete O'Hanlon1-Mar-18 1:32
subeditorPete O'Hanlon1-Mar-18 1:32 
AnswerRe: Automatic unit tests Pin
Eddy Vluggen27-Feb-18 3:02
professionalEddy Vluggen27-Feb-18 3:02 
GeneralRe: Automatic unit tests Pin
Hila Berger1-Mar-18 1:12
Hila Berger1-Mar-18 1:12 
GeneralRe: Automatic unit tests Pin
Eddy Vluggen1-Mar-18 1:28
professionalEddy Vluggen1-Mar-18 1:28 
AnswerRe: Automatic unit tests Pin
Bohdan Stupak27-Feb-18 5:37
professionalBohdan Stupak27-Feb-18 5:37 
QuestionFinally! I found a valid use for the ref keyword Pin
Foothill26-Feb-18 11:57
professionalFoothill26-Feb-18 11:57 
AnswerRe: Finally! I found a valid use for the ref keyword Pin
Richard Deeming26-Feb-18 12:57
mveRichard Deeming26-Feb-18 12:57 

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.