Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Into Access table
Message
De
04/06/2002 08:33:30
 
 
À
04/06/2002 08:09:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00664348
Message ID:
00664393
Vues:
22
I was think mytable.no is numeric... Try this:

SQLEXEC(lnAccess,"INSERT INTO mytable (mytable.no,mytable.batch,mytable.filename) VALUES ('" + tmpdata.no + "', '" + tmpdata.batch + "', '" + tmpdata.filename + "')")

Also, you do not need third parameter in SQLEXEC - your statement do not return result.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform