Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO recordset update can't handle field name [Acct #] ?
Message
 
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00596451
Message ID:
00596758
Vues:
18
I have now tried these options, still with no success.

recordset.Fields(0) = '123'
recordset.Fields("Acct #") = '123'
recordset(0) = '123'

recordset.UpdateBatch

The error msg I get when using any of these options is: The INSERT INTO statement contains the following unknown field name: 'Acct #'.

If I debug this, I can see that the assignment is made correctly & I can see the field name as [Acct #]. It is when the UpdateBatch executes that I get the error message.

Thoughts?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform