Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can someone look at this sql code for a view def'n
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Can someone look at this sql code for a view def'n
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01183548
Message ID:
01183548
Vues:
68
The error generated by the cpode below is
Command contains unrecognized phrase/keyword

CREATE SQL VIEW "ORDERID" AS ;
SELECT Ordhead.orderid, Ordhead.customerid, Ordhead.location, ; Ordhead.entered, Ordsize.PRODUCT, Ordsize.ordered, Sizetype.DESCRIPTION, ;
Ordsize.sizetypeid,PRODUCT.CODE ;
FROM frantisi!Sizetype, frantisi!Ordprod, frantisi!Ordsize, frantisi!Ordhead, frantisi!PRODUCT ;
WHERE Ordsize.PRODUCT = PRODUCT.productid ;
AND Ordhead.orderid = Ordprod.orderid ;
AND Ordprod.orderprodid = Ordsize.orderprodid ;
AND Ordsize.sizetypeid = Sizetype.sizetypeid ;
AND (Ordsize.location = ?THISFORM.LocationCombo.VALUE OR EMPTY(?THISFORM.LocationCombo.VALUE)) ;
AND (PRODUCT.supplier = ?THISFORM.SupplierCombo.VALUE OR EMPTY(?THISFORM.SupplierCombo.VALUE)) ;
AND (Ordhead.customerid = ?THISFORM.CustomerCombo.VALUE ;
OR EMPTY(?THISFORM.CustomerCombo.VALUE)) ;
AND Ordsize.ordered > 0))


This usually means a typo... and I am not seeing it.

Maybe fresh eyes can help?

TIA,
Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform