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
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