Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object reference not set to an instance of an object Pin
Bernhard Hiller15-May-12 20:56
Bernhard Hiller15-May-12 20:56 
AnswerRe: Object reference not set to an instance of an object Pin
Bernhard Hiller14-May-12 21:23
Bernhard Hiller14-May-12 21:23 
GeneralRe: Object reference not set to an instance of an object Pin
Jassim Rahma16-May-12 5:59
Jassim Rahma16-May-12 5:59 
Questionfinding unmatched record/data in two sql tables Pin
James_201214-May-12 6:25
James_201214-May-12 6:25 
AnswerRe: finding unmatched record/data in two sql tables Pin
Dave Kreskowiak14-May-12 7:08
mveDave Kreskowiak14-May-12 7:08 
GeneralRe: finding unmatched record/data in two sql tables Pin
PIEBALDconsult14-May-12 7:47
mvePIEBALDconsult14-May-12 7:47 
AnswerRe: finding unmatched record/data in two sql tables Pin
Sentenryu14-May-12 8:47
Sentenryu14-May-12 8:47 
GeneralRe: finding unmatched record/data in two sql tables Pin
James_201214-May-12 9:56
James_201214-May-12 9:56 
Thanks for the reply guys!

I have two sql tables, bank and store transactions. Unmatched data are datas/transactions that didn't match. example :

table A
A B C D E
100 10 11/11/2011 10:20:00 12
102 11 12/12/2012 10:23:00 12
103 12 12/13/2012 10:50:00 12
105 51 12/12/2012 10:22:00 12
106 55 12/15/2012 10:55:00 12

table B

A B C D E
100 10 11/11/2011 13:20:00 12
102 11 12/12/2012 13:22:00 12
103 12 12/13/2012 13:50:00 12
105 51 12/12/2012 13:22:00 12
106 52 12/15/2012 13:55:00 12

I need to make a program that will show the unmatched record in column B. My project has about 300thou data's and also I need to adjust the time ' table A is in MT and Table B is in ET.
I'm not good in explanation so if it's still too vague feel free to ask for more information...
l.scott249@yahoo.com
GeneralRe: finding unmatched record/data in two sql tables Pin
James_201214-May-12 10:00
James_201214-May-12 10:00 
AnswerRe: finding unmatched record/data in two sql tables Pin
Sentenryu15-May-12 1:31
Sentenryu15-May-12 1:31 
GeneralRe: finding unmatched record/data in two sql tables Pin
James_201215-May-12 6:08
James_201215-May-12 6:08 
GeneralRe: finding unmatched record/data in two sql tables Pin
James_201215-May-12 7:36
James_201215-May-12 7:36 
GeneralRe: finding unmatched record/data in two sql tables Pin
Sentenryu15-May-12 7:55
Sentenryu15-May-12 7:55 
GeneralRe: finding unmatched record/data in two sql tables Pin
James_201215-May-12 9:08
James_201215-May-12 9:08 
GeneralRe: finding unmatched record/data in two sql tables Pin
ArchimaX16-May-12 4:52
ArchimaX16-May-12 4:52 
GeneralRe: finding unmatched record/data in two sql tables Pin
Sentenryu16-May-12 5:55
Sentenryu16-May-12 5:55 
Answer[Solved] C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Matt U.14-May-12 5:37
Matt U.14-May-12 5:37 
AnswerRe: C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Pete O'Hanlon14-May-12 6:12
mvePete O'Hanlon14-May-12 6:12 
GeneralRe: C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Matt U.14-May-12 6:54
Matt U.14-May-12 6:54 
GeneralRe: C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Pete O'Hanlon14-May-12 7:18
mvePete O'Hanlon14-May-12 7:18 
GeneralRe: C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Matt U.14-May-12 7:21
Matt U.14-May-12 7:21 
GeneralRe: C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Matt U.14-May-12 7:24
Matt U.14-May-12 7:24 
GeneralRe: C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Pete O'Hanlon14-May-12 8:32
mvePete O'Hanlon14-May-12 8:32 
GeneralRe: C#/WinForms :: Hosting A Design Surface and IDesignerEventService Pin
Matt U.14-May-12 8:39
Matt U.14-May-12 8:39 
Questionusing log4net with custom database logger Pin
SASS_Shooter14-May-12 5:08
SASS_Shooter14-May-12 5:08 

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.