S
Sue
Hello
I'm on the learning curve for c# and .Net. I program in vb.
I'm writing a small application in c# and .net and the database in
Oracle.
I want to open the database and send a query to retreive some values
from the table and store that value in a variable, and if the value is
present then diplay it.
I've opened the databse successfully.
My query is "Select test_notes from tests where test_id = 5", and I
want the value of the field test_notes stored in the variable
strTempNotes.
Could someone help me with the syntax of how I go about doing that. I
know how to do this in VB, but trying to learn to do the same in c#
and .net
thanks
Sue..
I'm on the learning curve for c# and .Net. I program in vb.
I'm writing a small application in c# and .net and the database in
Oracle.
I want to open the database and send a query to retreive some values
from the table and store that value in a variable, and if the value is
present then diplay it.
I've opened the databse successfully.
My query is "Select test_notes from tests where test_id = 5", and I
want the value of the field test_notes stored in the variable
strTempNotes.
Could someone help me with the syntax of how I go about doing that. I
know how to do this in VB, but trying to learn to do the same in c#
and .net
thanks
Sue..