Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
QuestionHelp modifying an instance Pin
Andym.Knight9-Oct-06 1:46
Andym.Knight9-Oct-06 1:46 
AnswerRe: Help modifying an instance Pin
J4amieC9-Oct-06 2:42
J4amieC9-Oct-06 2:42 
GeneralRe: Help modifying an instance Pin
Andym.Knight9-Oct-06 2:45
Andym.Knight9-Oct-06 2:45 
GeneralRe: Help modifying an instance Pin
J4amieC9-Oct-06 4:01
J4amieC9-Oct-06 4:01 
GeneralRe: Help modifying an instance Pin
S. Senthil Kumar9-Oct-06 4:36
S. Senthil Kumar9-Oct-06 4:36 
Questionhi,how can i get XML node name Pin
premkamalg9-Oct-06 1:25
premkamalg9-Oct-06 1:25 
AnswerRe: hi,how can i get XML node name Pin
S. Senthil Kumar9-Oct-06 4:40
S. Senthil Kumar9-Oct-06 4:40 
QuestionGeting the results of a MySQL queiry Pin
Anthony Mushrow9-Oct-06 1:20
professionalAnthony Mushrow9-Oct-06 1:20 
Ok so this:

OdbcCommand read = new OdbcCommand("SELECT id, species FROM species");

should somehow return a list of all rows for these feilds.
This should be

'1' 'somehting else' <-- as in id=1 species=something else

Anyway, then i execute the reader:

OdbcDataReader reader = read.ExecuteReader(); <-- (is this what im supossed to do?)

and then im stuck, reader.Read(); returns a true or false depending on weather or not there was a result (reading from left to right, top to bottom). Rather than 'true' 'true' 'false' i want '1' 'something else' null.

How do i do that?
AnswerRe: Geting the results of a MySQL queiry Pin
Anthony Mushrow9-Oct-06 4:29
professionalAnthony Mushrow9-Oct-06 4:29 
Questionreading remote registries Pin
RanjithLogics9-Oct-06 0:27
RanjithLogics9-Oct-06 0:27 
QuestionExcel Pin
Gammaza9-Oct-06 0:19
Gammaza9-Oct-06 0:19 
QuestionLinkLabel1 Pin
Support1238-Oct-06 23:57
Support1238-Oct-06 23:57 
AnswerRe: LinkLabel1 Pin
Andrei Ungureanu9-Oct-06 0:05
Andrei Ungureanu9-Oct-06 0:05 
GeneralRe: LinkLabel1 Pin
Support1239-Oct-06 0:06
Support1239-Oct-06 0:06 
GeneralRe: LinkLabel1 Pin
liuqm.china9-Oct-06 2:46
liuqm.china9-Oct-06 2:46 
GeneralRe: LinkLabel1 Pin
Support1239-Oct-06 2:52
Support1239-Oct-06 2:52 
Questionhow to create program stock product with barcode (c#) Pin
isis_preaw8-Oct-06 23:30
isis_preaw8-Oct-06 23:30 
AnswerRe: how to create program stock product with barcode (c#) Pin
liuqm.china9-Oct-06 2:54
liuqm.china9-Oct-06 2:54 
QuestionScrolling Text Pin
Xaela8-Oct-06 23:18
Xaela8-Oct-06 23:18 
AnswerRe: Scrolling Text Pin
Anthony Mushrow9-Oct-06 4:22
professionalAnthony Mushrow9-Oct-06 4:22 
GeneralRe: Scrolling Text Pin
Xaela10-Oct-06 21:58
Xaela10-Oct-06 21:58 
QuestionInstallation project c# Pin
fady_sayegh8-Oct-06 22:36
fady_sayegh8-Oct-06 22:36 
Questionunable to connect to remote server Pin
Alaa' Al Atrash8-Oct-06 22:35
Alaa' Al Atrash8-Oct-06 22:35 
QuestionCombo Box In GridView: Pin
Shahzad.Aslam8-Oct-06 22:32
Shahzad.Aslam8-Oct-06 22:32 
Questionlabel information in c# Pin
tanishka8-Oct-06 22:25
tanishka8-Oct-06 22:25 

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.