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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top