|
-
December 5th, 2005, 01:06 AM
#1
Sqlce data reader..
hi,
I used select statement to pick the data from table.
I don't how to display it in text box.
I used the following code.
cmd.CommandText = "SELECT grade FROM Marks WHERE ID = 111"
cmd.ExecuteReader()
I need to display grade in textbox. how to do that? (hope it must be simple..)
Can anyone give details abt datareader?
Thank You
-
December 5th, 2005, 09:24 AM
#2
Re: Sqlce data reader..
take a look at datareader since you used cmd.executereader()
Nicolas Bohemier
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|