Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 - SQL Too Complex???
Message
De
18/02/2005 15:56:57
Luis Navas
Independent Consultant
Auckland, Nouvelle Zélande
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00988402
Message ID:
00988480
Vues:
38
Yes, sorry.
Luis

>I think he meant:
>
>
>Select pbrwork.*, pbrmain.*
>
>
>Richard
>
>
>>It says it doesn't 'recognize' SELECT *.pbrmain... as valid...
>>
>>>Try
>>>>SELECT *.pbrwork, *.pbrmain;
>>>> FROM ;
>>>> mc!pbrwork ;
>>>> INNER JOIN mc!pbrmain ;
>>>> ON Pbrwork.pbrmainfk = Pbrmain.primarykey;
>>>> WHERE Pbrwork.pbrmainfk = ( ?lnPBRMainFK );
>>>> ORDER BY Pbrwork.pbrmainfk, Pbrwork.linenumber
>>>
>>>
>>>Luis Navas
>>>
>>>>I'm trying to upgrade my app to VFP9 from VFP8. It's giving me the "SQL expression is too complex" on this view:
>>>>
>>>>SELECT *;
>>>> FROM ;
>>>> mc!pbrwork ;
>>>> INNER JOIN mc!pbrmain ;
>>>> ON Pbrwork.pbrmainfk = Pbrmain.primarykey;
>>>> WHERE Pbrwork.pbrmainfk = ( ?lnPBRMainFK );
>>>> ORDER BY Pbrwork.pbrmainfk, Pbrwork.linenumber
>>>>
>>>>Any ideas?
I never forget a face, but in your case I will make an exception :-)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform