Ability to use variables in SQL queries.

Stimulsoft Reports.PHP discussion
Post Reply
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Ability to use variables in SQL queries.

Post by tony.tomov »

Hello,
Thank you for the release.

Could you please point us how to use variables in SQL queries? I'm very interested on this feature.
Thank you.

Kind Regards
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Ability to use variables in SQL queries.

Post by Vladimir »

Hello, Tony

Variables in SQL queries used in the same way as parameters:

Code: Select all

SELECT * FROM table1 WHERE {Variable1}
This feature is available with the latest prerelease build.

Thank you.
Post Reply