Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert data via SQLexec
Message
De
19/08/2011 15:48:05
 
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 SP2
Divers
Thread ID:
01521368
Message ID:
01521371
Vues:
65
This message has been marked as a message which has helped to the initial question of the thread.
Read up on SQL Insert and later Update to get syntax and basic understanding.
read up on using parameters as to not fall prey to SQL injection.
Sleep a night.
Read up on Cursoradapter. Get them to work.
If the Cursor of a cursoradapter is workink ok with the backend,
Select into CursoradapterCursor (Select * from vfptable)
Tableupdate()

or
use CursoradapterCursor
Append from vfptable
Tableupdate()

Gives you isolation from backend differences AND nice hooks in case of trouble.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform