Execute sql inside fastreport
Hi there,
Is it possible to execute a sql statement inside fastreport ? somesort like execsql command for query component in fastreport ?
regards,
Ang Lik Huar
Is it possible to execute a sql statement inside fastreport ? somesort like execsql command for query component in fastreport ?
regards,
Ang Lik Huar
Comments
Yes you can do it !
You can use database components in design page/dialog or
You can create use an virtual function like ExecSql('your query') and intercept it in OnUserFunction and perform your query.
Best Regards
Rodrigo
Thanks !!