Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating, Saving and deleting from a remote view..
Message
De
19/10/1998 05:09:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Updating, Saving and deleting from a remote view..
Divers
Thread ID:
00148032
Message ID:
00148032
Vues:
69
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform