PDA

Click to See Complete Forum and Search --> : DataGrid Question


Bam_BamIR
Sep 8th, 2000, 10:34 AM
Is the datagrid control limited to the datasource property being the ado data control, or can it be used with an ado object/recordset?

Phil McKracken
Sep 8th, 2000, 01:33 PM
No it's not limited to the datacontrol.
This should be all you need to do

Set DataGrid.DataSource = ADORecordset

HTH

Phil