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 ;)

Comments

  • edited 8:30PM
    Hello,

    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
  • edited 8:30PM
    Oh ..icic

    Thanks !!

Leave a Comment