datagrid question

  • Thread starter Thread starter Snuyt
  • Start date Start date
S

Snuyt

Hello,

I'm using an Access database. I'm trying to built a datagrid from a
OleDbDataReader. Does anyone knows how to do this ?

dim reader as OleDbDataReader
reader=foo() 'assume this correct: foo() returns an OleDbDataReader
'with the result of a certain Select-query

'here comes the code for filling the datagrid
'....

thanks,
Snuyt
 
Hi Snuyt,

Yes I know, but I would not spent one minute on it.

I need 5 or 6 rows of code with a dataadapter which acts probably in this
case much faster.

Cor
 
Back
Top