I have a form with a DataGrid ...

How can I fill it WITHOUT having to Use ADODC data controls or any other data control ...

I want to be able to create My own Connections..
and Recordset ... Like this...

Dim Conn as new ADODB.COnnection
Dim Rec as new ADODB.Recordset

Blablabla

Set DataGrid.SOMETHING = Rec


That Something is usually DataSource...

But it keeps giving me the following error "Recordset is not bookmarkable"

... I DONT GIVE A DAMN ABOUT IT BEEING BOOKMARKABLE OR NOT !!!