Fetching Data from databse to an Array without usin any ADO objects
hi, I am building a web application in which i need to fetch data from database to an array without using any kind of ADO objects
i.e. i am restricted not to use dataset, datatable, TableAdpter, datareadder or Datalist,Repeater,ArrarList,ListItem but i can use connection object.in short only ARRAY Nothing Else
Is there any solution to this if yes please
Thanks & Regard