Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper syntax with ODBC with sub select
Message
From
04/03/2006 14:50:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Proper syntax with ODBC with sub select
Miscellaneous
Thread ID:
01101514
Message ID:
01101514
Views:
77
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?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform