<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 May 2017 12:28:00 Z</lastBuildDate><pubDate>25 May 2017 11:45:00 Z</pubDate><description>Good morning,&#13;
&#13;
I'm having trouble executing a stored procedure and a stored query on HFSQL.&#13;
I've created and deployed the stored procedure and the query, I've scheduled the procedure (that uses the query) and executed it but nothing changes on the database. Below the code I've used. Any suggesrtions?&#13;
&#13;
Procedure:&#13;
&#13;
PROCEDURE stored_procedure_update_ztl_scaduti()&#13;
&#13;
data is Date = DateSys()&#13;
&#13;
HExecuteQuery(stored_query_update_ztl_scaduti, hQueryDefault, data)&#13;
&#13;
Query:&#13;
&#13;
UPDATE&#13;
ZTL&#13;
SET&#13;
STA_ID = 'X'</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure/read.awp</link><title>[HFSQL] Running a stored procedure</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/60991-hfsql-running-stored-procedure-61035/read.awp</comments><pubDate>29 May 2017 12:28:00 Z</pubDate><description>Good morning,&#13;
&#13;
Thanks for your answers.&#13;
I'm using a parameter to filter records to update (with the WHERE statement).&#13;
&#13;
I've…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-61035/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-61035/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure/read.awp">[HFSQL] Running a stored procedure</source><title>Re: [HFSQL] Running a stored procedure</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-60998/read.awp</comments><pubDate>25 May 2017 15:14:00 Z</pubDate><description>Try changing the hQueryDefault to hQuerymodify...&#13;
&#13;
Dw</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-60998/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-60998/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure/read.awp">[HFSQL] Running a stored procedure</source><title>Re: [HFSQL] Running a stored procedure</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-60997/read.awp</comments><pubDate>25 May 2017 15:06:00 Z</pubDate><description>Why using one parameter if your query don't use it?&#13;
&#13;
you are updating all your records with the same value.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-60997/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure-60997/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60991-hfsql-running-stored-procedure/read.awp">[HFSQL] Running a stored procedure</source><title>Re: [HFSQL] Running a stored procedure</title></item></channel></rss>
