Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating, Saving and deleting from a remote view..
Message
From
19/10/1998 05:09:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Updating, Saving and deleting from a remote view..
Miscellaneous
Thread ID:
00148032
Message ID:
00148032
Views:
68
Hi!

I have the following code:
LSQL="select * from instruct where mainkey="+"'"+ALLTRIM(modacad.mainkey)+"'"
CREATE SQL VIEW workinst CONNECTION upsize ;
as LSQL
use workinst in 0 nodata
select workinst
=CursorSetProp("Buffering",3,"workinst")

Where I create a view and use it as the 'working' area on a form.

However when I append a blank and edit the line, or edit a line or delete a line I then do a...

tableupdate()

According to Microsoft the details about saving this should be done and ven though it's a view it should save my changes to the underlying table.

But it saves nothing...

What am I doing wrong...

I am use SQL server 6.5 (The connection upsize works fine).
And VFP 6.0

An aside question: I did the create view code above and One time only.
When I went to
append blank
"I got this feature is unavialable in demo version"

But I am not using the demo version!
Ever seen this????

Thanks ALL!
Next
Reply
Map
View

Click here to load this message in the networking platform