Vipul Kelkar

Vipul Kelkar

  • NA
  • 30
  • 0

Reading integers from database and storing them in array

Mar 6 2009 10:07 AM

hey guys...m using sqldatareader to reader some integer values from database and i need to store them in an array

how shud i write it...m stuck..its urgent

------------------------------------------------

count  =  0

while(reader.Read())

{

   arr[count] = ?

   count++;

}

 

 


Answers (2)