Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL AND INSERT IN AN ACCESS DB
Message
De
24/12/1998 11:14:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SQL AND INSERT IN AN ACCESS DB
Divers
Thread ID:
00170282
Message ID:
00170282
Vues:
57
I am using the following code


gnConnHandle = conector handle
get data.. into array myarray
*- INSERTING DATA TO THE ACCESS TABLE
SEQSTRX = 'INSERT INTO merchant FROM ARRAY myarray'
=SQLPREPARE(gnConnHandle,SEQSTRX)
=SQLEXEC(gnConnHandle,SEQSTRX)
*- END

and nothing happens, I do connect to the database
and create views with it and now I want to update it
any help in what I am doing wrong??

mark
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform