Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL-Server
Message
From
14/12/1999 14:52:52
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00303569
Message ID:
00303583
Views:
23
>HI,
>
>I recently installed SQL-Server 7.0. I'm able to create tables in SQL server. I can also view the tables with connections and remote views.
>But what do I have to do to change or append records.
>Can Someone help me?
>
>Tnx
>

If you have a remote view, you can edit that data in the view, and then use the TableUpdate() command and VFP will send SQL commands to the database to update/add/delete any manipulations you did in the view... You can issue Requery() to see that the modified data has been saved on the back end.

You can also send your own commands to the back end using the SQLExec() function.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform