Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGrid Binding Error
Message
From
12/07/2003 03:29:22
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
DataGrid Binding Error
Miscellaneous
Thread ID:
00809538
Message ID:
00809538
Views:
57
Hi,

I have a DataGrid Control and I wanted to bind it to the Recordset.
But it generates a runtime error
"The Rowset is not bookmarkable."
This is how my code looks like:
   objRst = objCmd.Execute(, Array(txtDateFrom, txtDateTo) )
   Set DataGrid1.DataSource = objRst
The recordset is functioning properly and I can retrieve the rows, but I cannot bind to the DataGrid Control.

Any great ideas regarding this matter?

TIA.


Noel
Reply
Map
View

Click here to load this message in the networking platform