Click to See Complete Forum and Search --> : Get row information from sql server


vandel212
06-21-2010, 04:40 PM
I'm using SQL server 2005 and Visual Webdeveloper 2008 express.

Hi, I have a database created and I've successfully connected to it. My question is, would it be possible to do something like search the first column of a table for a value, get the index of that row and use the index to get the value of each column? Sort of like you would with an array.

Are there are good tutorials out there that I could use, everything I found shows you how to display your information in a datagrid, which I've already done, but I can't find anything on how to get an individual row's information.

Thanks.

robertsams23
07-12-2010, 07:30 AM
check this one

http://vb.net-informations.com/ado.net-dataproviders/ado.net-dataproviders-tutorial.htm


rbt.