Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CREATE SQL VIEW...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
CREATE SQL VIEW...
Divers
Thread ID:
00487854
Message ID:
00487854
Vues:
35
I want to programmatically create an updatable SQL View.

So I went to the View Designer, filled out all the necessary
fields, including the updates page, and this is the code it
produced:


  SELECT *;
   FROM Client!Head;
   WHERE Head.ControlId = ?cControlId;
   ORDER BY Head.Acct_No


When I run this code in a PRG, and make changes to the resulting
view, the changes are not reflected in the source table.

So how do I programmatically create an updatable SQL View?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform