Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can not insert into table from an array
Message
De
28/09/1999 05:22:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Can not insert into table from an array
Divers
Thread ID:
00269815
Message ID:
00269815
Vues:
56
Hi Everyone,
I used the Following Command in VFoxpro, and It worked:
=SQLEXEC(handle, "INSERT INTO Table1 (Fld1, Fld2) ;
      VALUES ('Val1', 'Val2')")
But when i tried to use this Command,no insertion was made:
=SQLEXEC(handle, "INSERT INTO Table1 From Array ARR1")
where "ARR1" has two rows containing "Val1" and "Val2."
So what seems to be the problem?
Yours,
Medhat Sanuri
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform