Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to VFP-DOA delete records from MDB fich ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
00958441
Message ID:
00958474
Vues:
19
This message has been marked as a message which has helped to the initial question of the thread.
Bernhart,

I'm not sure what you mean by DOA.

Have you tried to run a SQL delete command?
? SQLExec( lnAccess, "delete from TheTable where ThePK = 123" )
>
>*--> build connection string
>lcConnectionStr = "DRIVER={Microsoft Access Driver (*.mdb)};" +;
>                  "Dbq=" + B +;
>                  "Uid=username;" +;
>                  "Pwd=password;"
>
>
>*--> connect to Access database
>lnAccess = SQLSTRINGCONNECT(lcConnectionStr)
>
>
>
>How to VFP-DOA delete records from MDB fich ?
>
>Thank in advance
>
>bernhart
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform