Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating an older Access file (mdf) from VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01674938
Message ID:
01674949
Vues:
87
>Finally got it to work using:
>
>   go top
     private name1, number1
>   scan
       name1 = column value
       number1 = column value
>      csql="update directory set name1=?name  where number= ?number1"
>      =sqlexec(nAccessHandle,csql)
>   endscan
>
This is something I meant as well except can you try using parameters, e.g. see changes I tried in your code. If this would not work, then your way should be OK.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform