Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proper syntax with ODBC with sub select
Message
 
 
À
04/03/2006 14:50:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01101514
Message ID:
01101521
Vues:
11
Once again, VFP ODBC drive is VFP6SP5. It doesn't support anything that was added/changed in VFP after that.


>This select works well in VFP mode:
>
>
>IF NOT loDMA.SQLExec('SELECT Country.Numero,Country.'+gcReturnTitle+' AS Title,Temp.SchoolTotal FROM '+;
> '(SELECT School.NoCountry,COUNT(*) AS SchoolTotal FROM School WHERE School.Status=2 GROUP BY 1) Temp '+;
> 'INNER JOIN Country ON Temp.NoCountry=Country.Numero '+;
> 'ORDER BY 2')
>   RETURN loDMA.cHtml
>ENDIF
>
>
>But, doing this same sub select in ODBC, generates a result of -1. There seems to be some incompability in the syntax in this SQL. Anyone would know how I can adjust to have something generic?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform