<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Aug 2016 08:38:11 Z</lastBuildDate><pubDate>11 Aug 2016 16:57:00 Z</pubDate><description>Good morning, I'm trying to do a simple query to a MySQL DB using the SQLWDR function, so I need the query to be created in the editor, the problem is I don't know how to pass parameters to it. My query is the following:&#13;
&#13;
SELECT mantis_user_table.PASSWORD, mantis_user_table.id, mantis_user_table.username&#13;
FROM mantis_user_table&#13;
WHERE mantis_user_table.username = {username}&#13;
&#13;
the {username} must be a parameter entered by the user, any help?&#13;
&#13;
TIA</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code/read.awp</link><title>[WD20] SQL code</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>b.deivid</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59066/read.awp</comments><pubDate>12 Aug 2016 08:38:11 Z</pubDate><description>Hi,&#13;
&#13;
you can put your query into a string variable and pass the username from a variable, e.g.&#13;
&#13;
MyData is data source &#13;
sMyQ…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59066/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59066/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code/read.awp">[WD20] SQL code</source><title>Re: [WD20] SQL code</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59065/read.awp</comments><pubDate>11 Aug 2016 19:15:00 Z</pubDate><description>I managed to pass the desired parameter, but now Windev adds a letter "L" to my query where the parameter is passed, it tries to…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59065/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59065/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code/read.awp">[WD20] SQL code</source><title>Re: [WD20] SQL code</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59061/read.awp</comments><pubDate>11 Aug 2016 17:09:00 Z</pubDate><description>Hello,&#13;
&#13;
I'm not sure I'm understanding can you be a little more clear please? I execute the Query like this:&#13;
&#13;
SQLExecWDR(QRY…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59061/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59061/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code/read.awp">[WD20] SQL code</source><title>Re: [WD20] SQL code</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59062/read.awp</comments><pubDate>11 Aug 2016 17:01:00 Z</pubDate><description>Hi&#13;
&#13;
Are you looking for QueryName.UserName=Value before the execution?&#13;
&#13;
Best regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59062/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code-59062/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59060-wd20-sql-code/read.awp">[WD20] SQL code</source><title>Re: [WD20] SQL code</title></item></channel></rss>
