Hi..i am new to this forum..i have a doubt regarding datasets..

i have a query say..

str=select name from student where rollno=1
and i have populated the result of this query into a dataset by
sqladapter.fill (ds) //where ds is the dataset..

if rollno is a primary key thn there will be only one name corresp to it..

can i read that name into a string variable..
can i read...