<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 Sep 2016 08:39:00 Z</lastBuildDate><pubDate>20 Sep 2016 10:54:00 Z</pubDate><description>Hello to all&#13;
&#13;
I'm trying, without any luck to run this query&#13;
sSql is string dsMyQuery is data source bRes is boolean bData is boolean sSql="SELECT r.data, G.Descrizione, SUM(r.importo_prestazione) AS tot_imp_prescr, COUNT(*) AS tot_prescr, " sSql+="(SELECT COUNT(*) FROM registro LEFT JOIN PRESTAZIONI ON REGISTRO.TIPO_PRESTAZIONE=PRESTAZIONI.ID " sSql+="WHERE REGISTRO.TIPO_PRESTAZIONE = 1 AND REGISTRO.data = R.DATA AND R.ID_GMT=REGISTRO.ID_GMT) FROM REGISTRO AS r " sSql+=" LEFT JOIN guardie G ON R.id_gmt=g.id " sSql+="LEFT JOIN prestazioni AS P ON R.tipo_prestazione = p.ID " sSql+=" GROUP BY r.data DESC, G.descrizione ORDER BY r.data DESC" bRes=HExecuteSQLQuery(dsMyQuery,hQueryWithoutCorrection,sSql)&#13;
the result of "bRes" is always False !!&#13;
Trying copying/pasting the query to a client (SqlYOG), the query is executed correctly.&#13;
&#13;
Do am i missing something? Wrong parameters? HF query execution limits??&#13;
&#13;
Tips and tricks are very appreciated.&#13;
&#13;
Thanks in advance&#13;
Gianni</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql/read.awp</link><title>[WD] Limits on Query execution with MySql</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59656/read.awp</comments><pubDate>22 Sep 2016 08:39:00 Z</pubDate><description>Ciao Gianni,&#13;
&#13;
la funzione HExecuteSQLQuery con il parametro hQueryWithoutCorrection vuole sempre IL NOME DELLA CONNESSIONE com…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59656/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59656/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql/read.awp">[WD] Limits on Query execution with MySql</source><title>Re: [WD] Limits on Query execution with MySql</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59653/read.awp</comments><pubDate>21 Sep 2016 19:44:00 Z</pubDate><description>Hi&#13;
&#13;
Tip on using mysql. use HeidiSQl . This is a free tool and it rocks. Windev works great with this tool.&#13;
&#13;
regards&#13;
&#13;
alla…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59653/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59653/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql/read.awp">[WD] Limits on Query execution with MySql</source><title>Re: [WD] Limits on Query execution with MySql</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59644/read.awp</comments><pubDate>20 Sep 2016 17:29:00 Z</pubDate><description>Hi Fabrice&#13;
&#13;
Thanks for the info..&#13;
I will try and i will tell your the result.&#13;
&#13;
Thanks again&#13;
&#13;
Gianni</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59644/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59644/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql/read.awp">[WD] Limits on Query execution with MySql</source><title>Re: [WD] Limits on Query execution with MySql</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-solved-59643/read.awp</comments><pubDate>20 Sep 2016 17:24:00 Z</pubDate><description>Hi Gianni&#13;
&#13;
if the hexecutequery retuns FALSE, as you stated, then there IS AN ERROR MESSAGE.&#13;
&#13;
Your code is just not displayi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-solved-59643/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-solved-59643/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql/read.awp">[WD] Limits on Query execution with MySql</source><title>Re: [WD] Limits on Query execution with MySql ***SOLVED***</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-solved-59641/read.awp</comments><pubDate>20 Sep 2016 16:51:00 Z</pubDate><description>Hello Fabrice&#13;
&#13;
No error messages. The query is not returning data, but only if i build the string containing the query as i po…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-solved-59641/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-solved-59641/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql/read.awp">[WD] Limits on Query execution with MySql</source><title>Re: [WD] Limits on Query execution with MySql ***SOLVED***</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59640/read.awp</comments><pubDate>20 Sep 2016 16:32:00 Z</pubDate><description>Hi Gianni,&#13;
&#13;
"...the result of "bRes" is always False !!.."&#13;
&#13;
ok... but what is the error message?&#13;
&#13;
Best regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59640/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql-59640/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59627-limits-query-execution-with-mysql/read.awp">[WD] Limits on Query execution with MySql</source><title>Re: [WD] Limits on Query execution with MySql</title></item></channel></rss>
