Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can not insert into table from an array
Message
 
À
28/09/1999 05:22:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00269815
Message ID:
00269821
Vues:
19
Hi Medhat,

I guess the local version of SQL if your database system does not recognise the "from array" clause. It should work as an inline sql statement thought.

HTH,

Marc


>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

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform