Click here to Skip to main content
15,905,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to make screen Pin
BoneSoft24-Sep-07 4:33
BoneSoft24-Sep-07 4:33 
QuestionUsing unmanaged code (C) Pin
Yaron avital24-Sep-07 3:18
Yaron avital24-Sep-07 3:18 
AnswerRe: Using unmanaged code (C) Pin
Malcolm Smart24-Sep-07 3:33
Malcolm Smart24-Sep-07 3:33 
GeneralRe: Using unmanaged code (C) Pin
Yaron avital24-Sep-07 3:52
Yaron avital24-Sep-07 3:52 
GeneralRe: Using unmanaged code (C) Pin
Malcolm Smart24-Sep-07 3:59
Malcolm Smart24-Sep-07 3:59 
QuestionSerialization Problem Pin
stancrm24-Sep-07 2:44
stancrm24-Sep-07 2:44 
AnswerRe: Serialization Problem Pin
Ravi Bhavnani24-Sep-07 2:57
professionalRavi Bhavnani24-Sep-07 2:57 
AnswerRe: Serialization Problem Pin
BoneSoft24-Sep-07 4:32
BoneSoft24-Sep-07 4:32 
Questionhow to Access to Other form when it's still in "Show()"? Pin
combo_ci24-Sep-07 2:40
combo_ci24-Sep-07 2:40 
AnswerRe: how to Access to Other form when it's still in "Show()"? Pin
Justin Perez24-Sep-07 2:55
Justin Perez24-Sep-07 2:55 
AnswerRe: how to Access to Other form when it's still in "Show()"? Pin
Ravi Bhavnani24-Sep-07 3:00
professionalRavi Bhavnani24-Sep-07 3:00 
AnswerRe: how to Access to Other form when it's still in "Show()"? Pin
combo_ci24-Sep-07 6:16
combo_ci24-Sep-07 6:16 
GeneralRe: how to Access to Other form when it's still in "Show()"? Pin
I Believe In GOD24-Sep-07 11:44
I Believe In GOD24-Sep-07 11:44 
QuestionHelp File integration Pin
Muhammad Nauman Yousuf24-Sep-07 2:38
Muhammad Nauman Yousuf24-Sep-07 2:38 
AnswerRe: Help File integration Pin
Justin Perez24-Sep-07 2:50
Justin Perez24-Sep-07 2:50 
GeneralRe: Help File integration Pin
Muhammad Nauman Yousuf26-Sep-07 2:47
Muhammad Nauman Yousuf26-Sep-07 2:47 
QuestionFind Exact match Pin
jebin k24-Sep-07 2:29
jebin k24-Sep-07 2:29 
AnswerRe: Find Exact match Pin
Guffa24-Sep-07 2:38
Guffa24-Sep-07 2:38 
GeneralRe: Find Exact match Pin
jebin k24-Sep-07 2:51
jebin k24-Sep-07 2:51 
AnswerRe: Find Exact match Pin
Guffa24-Sep-07 4:35
Guffa24-Sep-07 4:35 
GeneralRe: Find Exact match Pin
jebin k24-Sep-07 7:28
jebin k24-Sep-07 7:28 
AnswerRe: Find Exact match Pin
Justin Perez24-Sep-07 2:42
Justin Perez24-Sep-07 2:42 
What you could do is take the row from table one, load it into some variables,
Once you have your fields loaded up, you would iterate through table 2, and if the first column matches, look at the second column, and contiue for all columns, if one of them doesn't match, then break out out of the loop, and continue to the next row.

Once you find a row that has all columns matching, break out of the loop and return success.

Hope that helps



I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

GeneralRe: Find Exact match Pin
jebin k24-Sep-07 3:10
jebin k24-Sep-07 3:10 
GeneralRe: Find Exact match Pin
J4amieC24-Sep-07 4:05
J4amieC24-Sep-07 4:05 
Questionhelp to create inventory system?? Pin
cutedrew24-Sep-07 2:27
cutedrew24-Sep-07 2:27 

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.