Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I insert data to database
Message
From
09/05/2007 22:51:29
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
09/05/2007 22:39:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01224026
Message ID:
01224031
Views:
18
>good day to all, can anyone help me on how can i insert simple data in the database???

Some standard commands to do this in a program are, for example:
use Client && Name of table
append blank && Insert a new record
replace FirstName with "Lee", LastName with "Baron", Age with ...
You might also use SQL commands; see INSERT - SQL in help.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform