Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

WB19 - SQl question (3 replies)

$
0
0
Hi all - I've got a piece of SQl I can't get working -

sSQL is string = [
Select
*
FROM
gpsdContact
WHERE
sFirstName LIKE '%1'
AND
sLastName LIKE '%2'
AND
bDeleted = 0
]
sSQL = StringBuild(sSQL,EDT_FirstName,EDT_LastName)

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?

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>