Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic SQL Server
Message
From
25/05/1999 04:05:53
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00222070
Message ID:
00222358
Views:
24
>There are two ways of doing this.
>
>1. use VPF SPTs using SQLEXECUTE() function and pass the INSERT INTO statement
>
> For example,
> =SQLE(1,"INSERT INTO customer VALUE('1',12.33....)")
>
>2. Use Remote View based on the table you want to update the data to.
>

You can also use an ADO connection and command or recordset objects
that work pretty much as SPT and remote views (respectively)

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform