i have a recordset object and has been open already. if i want to show the data in a mshflexgrid, i can use a line of code like this:
set mshflexgrid1.recordset=recordset1
the question is, what should i do if i want to use a datagrid to show the data of the recordset?
i use set datagrid1.datasource=recordset1,but no use.
will somebody tell me ? thanks in advance