I would like to set some flags in my database after the report is run. How would I go about having CR9 connect and execute an insert SQL command at time of execution? Thanks for your time!
First learn what type of database is being used, then consider using a Stored Procedure to perform the insert and then return whatever rows the report needs.
Again, this is dependent on the database being used.
You might also be able to do this by using a Add Command object, though I haven't tried that.
Not posting basic technical information such as the database and connectivity used will of course limit how people can respond.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.