Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update record in Access Table
Message
De
21/01/2008 08:08:26
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01283533
Message ID:
01283578
Vues:
14
Dear Sir,

Your command does not work, I try to use following command
public myconnection
myconnection = sqlstringconnect("Driver={Microsoft Access Driver (*.mdb)};Dbq=e:\asoft\db1;Uid=admin;Pwd=")

lcSQL = ("Update Table1 SET sno=?THISFORM.text1.Value")
IF SQLEXEC(myconnection, lcSQL, 'table1') < 0
    AERROR(laError)
    MessageBox(laError[1,2])
ENDIF
This also does not work
Please help again
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform