Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data grid (6.0 sp4) ADODB
Message
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Data grid (6.0 sp4) ADODB
Divers
Thread ID:
00468450
Message ID:
00468450
Vues:
50
I keep getting a message that the recordset is not bookmarkable. Using the following very simple code:
Private Sub cmdAddBooks_Click()

    Dim s_conn As String
    Dim cn As ADODB.Connection
    Dim rs As ADODB.Recordset
    Set cn = New ADODB.Connection
    Set rs = New ADODB.Recordset
    Dim intRecordCount As Integer
    intRecordCount = 0

    s_conn = "Driver=Microsoft Visual Foxpro Driver;UID=;SourceType=DBF;Deleted=YES;Null=NO;SourceDB=C:\BOOKS.DBF"
    cn.Open s_conn
    rs.Open "Select * from C:\BOOKS.DBF", cn

Set grdWork.DataSource = rs
End Sub
I have also tried binding it through the ADO data control to the same result. Which was satisfying as it disturbs me to bind data. Anyone have a hot tip?
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform