Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataGrid Binding Error
Message
De
12/07/2003 03:29:22
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
DataGrid Binding Error
Divers
Thread ID:
00809538
Message ID:
00809538
Vues:
56
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
Répondre
Fil
Voir

Click here to load this message in the networking platform