<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Jul 2017 21:48:00 Z</lastBuildDate><pubDate>30 Jul 2017 20:05:00 Z</pubDate><description>Hi all - I've got a piece of SQl I can't get working -&#13;
&#13;
sSQL is string = [&#13;
Select&#13;
*&#13;
FROM&#13;
gpsdContact&#13;
WHERE&#13;
sFirstName LIKE '%1'&#13;
AND&#13;
sLastName LIKE '%2'&#13;
AND&#13;
bDeleted = 0&#13;
]&#13;
sSQL = StringBuild(sSQL,EDT_FirstName,EDT_LastName)&#13;
&#13;
At least this doesn't throw an error, but brings back an empty set. I want to find all names that start with whatever is in the edit fields. Any ideas?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question/read.awp</link><title>WB19 - SQl question</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/61968-wb19-sql-question-61978/read.awp</comments><pubDate>30 Jul 2017 21:48:00 Z</pubDate><description>Hi Joel,&#13;
&#13;
you coult be right about that.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61978/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61978/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question/read.awp">WB19 - SQl question</source><title>Re: WB19 - SQl question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61977/read.awp</comments><pubDate>30 Jul 2017 20:47:00 Z</pubDate><description>Hi Stefan -&#13;
&#13;
Actually, after looking at something on the Internet about SQL, I tried putting a % at the end and it worked fine…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61977/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61977/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question/read.awp">WB19 - SQl question</source><title>Re: WB19 - SQl question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61976/read.awp</comments><pubDate>30 Jul 2017 20:26:00 Z</pubDate><description>Hi Joel,&#13;
&#13;
the parameters should start with a % character, so try this:&#13;
&#13;
sSQL is string = [&#13;
Select&#13;
*&#13;
FROM&#13;
gpsdContact&#13;
WH…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61976/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question-61976/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61968-wb19-sql-question/read.awp">WB19 - SQl question</source><title>Re: WB19 - SQl question</title></item></channel></rss>
