J
jesperfj
I have a database running in a BE/FE setup, ca. 30 users.
I'd like to run som action queries or SQL on the BE, but I don't have (easy)
access to the BE.
Thus I'd like to create functionality in the FE that will run the queries.
But the queries should only run one time and one time only.
How can I go about this? A table in the FE with the SQLs wont work as each
user has a FE and thus everyone will attempt to run the same SQL.
I cant write to the BE. Maybe use textfiles in the BEs location that holds
info about SQL that was run?
Thanks for any ideas.
I'd like to run som action queries or SQL on the BE, but I don't have (easy)
access to the BE.
Thus I'd like to create functionality in the FE that will run the queries.
But the queries should only run one time and one time only.
How can I go about this? A table in the FE with the SQLs wont work as each
user has a FE and thus everyone will attempt to run the same SQL.
I cant write to the BE. Maybe use textfiles in the BEs location that holds
info about SQL that was run?
Thanks for any ideas.