Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert data via SQLexec
Message
From
19/08/2011 15:48:05
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01521368
Message ID:
01521371
Views:
63
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform