|
-
Mar 12th, 2002, 10:48 PM
#1
Thread Starter
Hyperactive Member
DATAGRID Question
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 !!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|