L
Learner
Hello,
I am using Visual Studion.net 2003 to run and test a small program
that supposed to be tested in a word document. I got the connection
and using a data reader to read the data. It executes fine but I don't
see the results in command prompt beacuase I use VS.net 2003 to run
the program.
while (rdr.Read())
{
Console.WriteLine(rdr[0]);
}
Is there a place where I can see these results printed in the IDE? If
I will have to modify the above print line please advice how should I
do that.
thanks
-L
I am using Visual Studion.net 2003 to run and test a small program
that supposed to be tested in a word document. I got the connection
and using a data reader to read the data. It executes fine but I don't
see the results in command prompt beacuase I use VS.net 2003 to run
the program.
while (rdr.Read())
{
Console.WriteLine(rdr[0]);
}
Is there a place where I can see these results printed in the IDE? If
I will have to modify the above print line please advice how should I
do that.
thanks
-L