Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update single table in a multi table SQL cursor
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Update single table in a multi table SQL cursor
Miscellaneous
Thread ID:
00949424
Message ID:
00949424
Views:
39
I'm in a rich client environment using VFP front end and SQL server as back end. All data coming from SQL server is stored in updatable cursor using SQL pass-through.

The cursor is composed of the SQL statement below
SELECT IN_ItemSupplier.ID, IN_ItemSupplier.cCode,IN_ItemSupplier.cDesc, AP_Supplier.cDesc AS cDescSupplier FROM IN_ItemSupplier 
LEFT JOIN AP_Supplier ON IN_ItemSupplier.Fk_Supplier = AP_Supplier.ID 
I would like to update field in the IN_ItemSupplier table only. How should I proceed?
Luc Nadeau
lnadeau@neova.ca

"the theory, it is when all is known and that nothing works. The practice, it is when all works and that nobody knows why." - Albert Einstein (Nobel of physique 1921)
Reply
Map
View

Click here to load this message in the networking platform