C
Craig
We have a standard FE/BE database setup. Each user has their own copy of the
FE and all link into the same BE. Some users are writing queries which get
saved in their local FE version. When I publish a new copy of the FE and
they download it they lose their saved queries. They also would like to
share queries with the other users.
I have created a table for storing the queries, I can populate the table
with a record (SELECT * FROM Employees) and then create a new querydef, drop
in the SQL from the table and then open the querydef for editing. Works a
charm, but if the person changes the query somehow, then saves it, the
changes dont get relected back in the table. What I am looking for is a way
to trigger an onSave event for the query builder that lets me update the SQL
in the table.
How is the saving of local queries usually handled in a FE/BE setup?
cheers
Craig
(e-mail address removed)
FE and all link into the same BE. Some users are writing queries which get
saved in their local FE version. When I publish a new copy of the FE and
they download it they lose their saved queries. They also would like to
share queries with the other users.
I have created a table for storing the queries, I can populate the table
with a record (SELECT * FROM Employees) and then create a new querydef, drop
in the SQL from the table and then open the querydef for editing. Works a
charm, but if the person changes the query somehow, then saves it, the
changes dont get relected back in the table. What I am looking for is a way
to trigger an onSave event for the query builder that lets me update the SQL
in the table.
How is the saving of local queries usually handled in a FE/BE setup?
cheers
Craig
(e-mail address removed)