<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Jul 2017 16:10:00 Z</lastBuildDate><pubDate>17 Jul 2017 23:49:00 Z</pubDate><description>Good afternoon&#13;
I want to do a Scheduled Task with a Stored Procedure in WebDev 22, I have a small test project, where I created a stored procedure with only the following code:&#13;
&#13;
----------------------------------------------------------&#13;
&#13;
USUARIOS.USU_NOMBRE = "David Cabrera"&#13;
USUARIOS.USU_FECHAINGRESO = SysDateTime()&#13;
&#13;
Hadd(USUARIOS)&#13;
&#13;
----------------------------------------------------------&#13;
&#13;
In the HFSQL Control Center I created a scheduled task with the procedure I have in my project, I using a data base in my localhost. I try to run the process directly from the HFSQL control center,But I get an error:&#13;
&#13;
The HFSQL "USUARIOS.USU_NOMBRE" item is unknown.&#13;
&#13;
How can I fix this error?, Maybe it's simple, but I don't understand it&#13;
&#13;
Thanks in advance&#13;
David Cabrera</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure/read.awp</link><title>[WB22] - Scheduled Task with 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/61796-wb22-scheduled-task-with-stored-procedure-61818/read.awp</comments><pubDate>18 Jul 2017 16:10:00 Z</pubDate><description>Hi Stefan,&#13;
&#13;
Thanks for your answer, I needed exactly what you said, I had seen the function, but I was confused with the archi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure-61818/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure-61818/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure/read.awp">[WB22] - Scheduled Task with a Stored Procedure</source><title>Re: [WB22] - Scheduled Task with a Stored Procedure</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure-61807/read.awp</comments><pubDate>18 Jul 2017 08:30:00 Z</pubDate><description>Hi David,&#13;
&#13;
in a stored procedure the files are not known while you are not connected with the database. So you have to declare…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure-61807/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure-61807/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61796-wb22-scheduled-task-with-stored-procedure/read.awp">[WB22] - Scheduled Task with a Stored Procedure</source><title>Re: [WB22] - Scheduled Task with a Stored Procedure</title></item></channel></rss>
