PDA

Click to See Complete Forum and Search --> : ADO..datagrid and recordset


webberk
Feb 23rd, 2000, 10:01 PM
How can I Set a datagrid's datasource to a recordset?

Forest Dragon
Feb 24th, 2000, 09:56 PM
Create the Recordset object and then use this sentence:

Set DataGrid1.DataSource=Recordset1