Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread A string-to-SQL parser component for Delphi
Sun, Mar 29 2026 4:30 PMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Hello there,

One thing I've always found tedious is handling free-text user input in forms — filter fields especially.
Users type dates in a dozen formats, mix separators, expect ranges to just work.
Writing solid validation and SQL generation for all those variations gets old fast.
So I wrote a parser that does it.
You pass it a raw string and a field type, it gives you back a validated result and a ready-to-use SQL comparison fragment.
I've been using it in my ElevateDB applications for a while; ElevateDB was the primary target, though it ended up covering nine other dialects too.
I've packaged it up and put it for sale — maybe others will find it useful.
There is a free demo available, I'd appreciate any feedback you can give me.
https://sales.easygate.pt

Thanks
--
Fernando Dias
[Team Elevate]
Image