Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help needed on CREATE SQL VIEW AS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Help needed on CREATE SQL VIEW AS
Divers
Thread ID:
00162338
Message ID:
00162338
Vues:
58
Hello out there I probably need som help.

I have a very troublesome problem in creating a local view using VFP and the problem applies to both version 5.0a and 6.0. Can anyone please help me out ?

I have a SQL-statement looking like this :

SELECT MainTbl.*, ChildTbl.* FROM SeData!MainTbl LEFT JOIN SeData!ChildTbl ON MainTbl.JustAFld = ChildTbl.KeyFld ORDER BY MainTbl.PrimaryKey

Everything is fine the Query executes and returns the right answers.

But if I try to create a view using either the view-Designer or plain programming :

CREATE SQL VIEW lv_SomeName AS SELECT MainTbl.*, ChildTbl.* FROM SeData!MainTbl LEFT JOIN SeData!ChildTbl ON MainTbl.JustAFld = ChildTbl.KeyFld ORDER BY MainTbl.PrimaryKey

I get various messages all ending up with "Invalid SQL-Statement" !

Sometimes when I create the View in the View-Designer from the Database-Designer I'm able to create the View and running the Query but later when I open the View for editing the View-Designer states that the View is invalid and the different joining-keys (from MainTbl and ChildTbl) doesn't exists.

The Table- and Fieldnames in this example are not the real names, but since I've tried several different tables (and names) this can´t be a point.

Please help

Best Regards Henrik Bønnerup, bonnerup@h-bonnerup.dk
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform