Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot Append to database from remote view
Message
 
À
16/03/1999 11:15:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00198025
Message ID:
00198123
Vues:
20
>>Barry,
>>
>>After you append the data, does TABLEUPDATE() return .F.? If so, use AERROR() to find out what error the ODBC driver returned. That will help diagnose the problem.
>>
>
>HI Josh,
>
>I included the Aerror() routine, however the tablupdate() returned true. Records requiring updating for existing mdb data updated just fine. I just can't APPEND new records. Could this be something to do with the way the Access mdb is configured? Is there a property or something that inhibits additions? Sure could use some help...

So you append the records, then use TABLEUPDATE() and it returns .T., but the records aren't added? That's strange. If you're using table buffering make sure you use the all rows parameter in TABLEUPDATE() (i.e. TABLEUPDATE(1)).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform