A
Allen
Is there a way to bind a datagrid in VB.Net to an ADODB Recordset object? I
have tried:
rs.Open ("SELECT Name FROM tblStaff",connection)
dgTest.SetDataBindings(rs,"")
The recordset is filled but it returns an error at the datagrid
databinding.
TIA
--
ats@home
When an old lady got hit by a truck
I saw a wicked gleam in your eye
Handy utils here: http://www.allenjones.co.uk/utils.htm
have tried:
rs.Open ("SELECT Name FROM tblStaff",connection)
dgTest.SetDataBindings(rs,"")
The recordset is filled but it returns an error at the datagrid
databinding.
TIA

--
ats@home
When an old lady got hit by a truck
I saw a wicked gleam in your eye
Handy utils here: http://www.allenjones.co.uk/utils.htm