Click here to Skip to main content
15,892,643 members
Home / Discussions / C#
   

C#

 
GeneralRe: using C# code in VC++(MFC) application Pin
Shailesh Ha11-Jun-06 19:03
Shailesh Ha11-Jun-06 19:03 
QuestionHTML to PDF Converter Pin
saud_a_k8-Jun-06 1:07
saud_a_k8-Jun-06 1:07 
AnswerRe: HTML to PDF Converter Pin
rfjeld8-Jun-06 1:28
rfjeld8-Jun-06 1:28 
Questionhowto use datagridview footer ? help ??? Pin
cmpeng348-Jun-06 1:01
cmpeng348-Jun-06 1:01 
AnswerRe: howto use datagridview footer ? help ??? Pin
leckey8-Jun-06 5:32
leckey8-Jun-06 5:32 
Questiona question about relational database with c# ? [modified] Pin
cmpeng348-Jun-06 0:52
cmpeng348-Jun-06 0:52 
AnswerRe: a question about relational database with c# ? [modified] Pin
Stephan Samuel8-Jun-06 0:55
Stephan Samuel8-Jun-06 0:55 
AnswerRe: a question about relational database with c# ? [modified] Pin
alyeasad8-Jun-06 2:02
alyeasad8-Jun-06 2:02 
I admire ur effort in tryin to make ppl understand ur problem. However, it is a bit confusing to understand still. In relational databases and even in the one u mentioned either table1 or table2 has x and y as foreign keys. Wht I dont understand is r u having trouble with comparing or retrieving.

To compare dates you can use DateTime.Compare
and to retrieve values u need command and data reader.

for instance, u write

cmd = new OleDbcommand("Select z,t from Table1 where result ='"+ variable_with_compare_result+"'"",Conn);

result can be a variable at runtime or another column in the database that stores the comparision result.

I could help but i dont understand the prob

If only they could see what I see in my mind
Questioncomparision Pin
Mahmood Ilyas8-Jun-06 0:42
Mahmood Ilyas8-Jun-06 0:42 
AnswerRe: comparision Pin
Stephan Samuel8-Jun-06 0:52
Stephan Samuel8-Jun-06 0:52 
GeneralRe: comparision Pin
Mahmood Ilyas8-Jun-06 1:23
Mahmood Ilyas8-Jun-06 1:23 
Questionsignatures of a file [modified] Pin
Gulfaraz8-Jun-06 0:38
Gulfaraz8-Jun-06 0:38 
AnswerRe: signatures of a file [modified] Pin
Paul Brower8-Jun-06 1:45
Paul Brower8-Jun-06 1:45 
QuestionConnection Error Pin
pirogramci8-Jun-06 0:28
pirogramci8-Jun-06 0:28 
AnswerRe: Connection Error Pin
Stephan Samuel8-Jun-06 0:50
Stephan Samuel8-Jun-06 0:50 
AnswerRe: Connection Error Pin
alyeasad8-Jun-06 2:05
alyeasad8-Jun-06 2:05 
AnswerRe: Connection Error Pin
alyeasad8-Jun-06 2:09
alyeasad8-Jun-06 2:09 
AnswerRe: Connection Error Pin
pirogramci8-Jun-06 3:02
pirogramci8-Jun-06 3:02 
QuestionUrgent Pin
Shiv57-Jun-06 23:39
Shiv57-Jun-06 23:39 
AnswerRe: Urgent Pin
Colin Angus Mackay8-Jun-06 0:44
Colin Angus Mackay8-Jun-06 0:44 
AnswerRe: Urgent Pin
rfjeld8-Jun-06 0:52
rfjeld8-Jun-06 0:52 
AnswerRe: Urgent Pin
J4amieC8-Jun-06 1:08
J4amieC8-Jun-06 1:08 
GeneralRe: Urgent Pin
BoneSoft8-Jun-06 4:54
BoneSoft8-Jun-06 4:54 
JokeRe: Urgent Pin
Koushik Biswas8-Jun-06 8:16
Koushik Biswas8-Jun-06 8:16 
QuestionSetting default document in IIS 6.0 from commandline [modified] Pin
BhaskarJha7-Jun-06 23:30
BhaskarJha7-Jun-06 23:30 

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.