Click here to Skip to main content
16,004,828 members
Home / Discussions / C#
   

C#

 
QuestionMicrosoft Code Blocks? Pin
kumar.bs27-Sep-06 4:38
kumar.bs27-Sep-06 4:38 
AnswerRe: Microsoft Code Blocks? Pin
Nader Elshehabi27-Sep-06 5:03
Nader Elshehabi27-Sep-06 5:03 
GeneralRe: Microsoft Code Blocks? Pin
Judah Gabriel Himango27-Sep-06 6:06
sponsorJudah Gabriel Himango27-Sep-06 6:06 
AnswerRe: Microsoft Code Blocks? Pin
Michael P Butler27-Sep-06 6:30
Michael P Butler27-Sep-06 6:30 
Questionselect from a datatable Pin
playout27-Sep-06 4:26
playout27-Sep-06 4:26 
AnswerRe: select from a datatable Pin
Nader Elshehabi27-Sep-06 4:37
Nader Elshehabi27-Sep-06 4:37 
GeneralRe: select from a datatable Pin
Not Active27-Sep-06 4:53
mentorNot Active27-Sep-06 4:53 
GeneralRe: select from a datatable Pin
playout27-Sep-06 19:53
playout27-Sep-06 19:53 
Nader Elshehabi wrote:
You can do that using OleDbCommand.ExecuteReader() that will return a DataReader object. Using it you can get your results.
About the columns selection, then you sould modify your SELECT statement. Binding them to these three variables is quite unclear. Data binding is done with bindable controls, not variables.


This is not really what I wanted, I already have the info in the datatable, I just need to query it, using some sort of select statement, where I can select the current row that has the values I need, and bind those values to variables.
AnswerRe: select from a datatable Pin
Not Active27-Sep-06 4:51
mentorNot Active27-Sep-06 4:51 
GeneralRe: select from a datatable Pin
Nader Elshehabi27-Sep-06 4:59
Nader Elshehabi27-Sep-06 4:59 
GeneralRe: select from a datatable Pin
playout27-Sep-06 19:51
playout27-Sep-06 19:51 
GeneralRe: select from a datatable Pin
Not Active28-Sep-06 2:09
mentorNot Active28-Sep-06 2:09 
GeneralRe: select from a datatable Pin
playout27-Sep-06 19:56
playout27-Sep-06 19:56 
GeneralRe: select from a datatable Pin
Not Active28-Sep-06 2:11
mentorNot Active28-Sep-06 2:11 
QuestionAccess metod from thread Pin
Neuromancer_27-Sep-06 4:20
Neuromancer_27-Sep-06 4:20 
AnswerRe: Access metod from thread Pin
Nader Elshehabi27-Sep-06 4:34
Nader Elshehabi27-Sep-06 4:34 
QuestionHere's a free db connection object for all!! Any improvement ideas? Pin
Goalie3527-Sep-06 3:49
Goalie3527-Sep-06 3:49 
AnswerRe: Here's a free db connection object for all!! Any improvement ideas? Pin
Colin Angus Mackay27-Sep-06 5:41
Colin Angus Mackay27-Sep-06 5:41 
AnswerRe: Here's a free db connection object for all!! Any improvement ideas? Pin
Michael P Butler27-Sep-06 6:33
Michael P Butler27-Sep-06 6:33 
QuestionProgrammatically grouping taskbar buttons Pin
Wjousts27-Sep-06 3:40
Wjousts27-Sep-06 3:40 
AnswerRe: Programmatically grouping taskbar buttons Pin
Ed.Poore27-Sep-06 4:19
Ed.Poore27-Sep-06 4:19 
GeneralRe: Programmatically grouping taskbar buttons Pin
Wjousts27-Sep-06 5:10
Wjousts27-Sep-06 5:10 
GeneralRe: Programmatically grouping taskbar buttons Pin
Ed.Poore27-Sep-06 5:20
Ed.Poore27-Sep-06 5:20 
GeneralRe: Programmatically grouping taskbar buttons Pin
Wjousts27-Sep-06 6:16
Wjousts27-Sep-06 6:16 
GeneralRe: Programmatically grouping taskbar buttons Pin
Ed.Poore27-Sep-06 8:19
Ed.Poore27-Sep-06 8:19 

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.