Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Very long time delay while accessing big tables with ADO
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00405817
Message ID:
00405826
Vues:
36
Why don't you build an UPDATE SQL statement and run it with the connection object?

ie.
strSQL = "UPDATE myTable SET myField = 12"
myConn.Execute strSQL
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform