RE: Scanning for new tables in a Back End (BE) database
- From: David H <DavidH@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 30 Nov 2008 15:34:33 -0800
Now that I read that, that is just utterly f*****up. I'd probably go with a
startup routine that deletes all linked tables and then relinks to all the
tables in the back end. I'd then modify the process by which a new table is
added to automatically send out an email notice via Outlook advising the
users so that they know to shutdown and restart (if they choose).
"Ben" wrote:
Hi David,.
HOW do the users a table to the backend using the frontend? Are you referring
to users linking to existing tables that they weren't previously linked to or
to users actauly creating a new table.
I am referring both. The reason is that the application is actually a
vendor app and the database was badly designed. I was called in to create a
front end process to mitigate, but when I was shock when I learned that new
vendors this application stores has to be in the form of a new table. That
means every vendor the firm uses, past present and future has to be in a
table of it's own. Since this is being used by end user, they have to be
able to add new vendors to the database.
But if user one adds a new table to the BE and then creates a link, the link
is not in the other FE's table definition that are used by other users. Each
user have a a copy of the FE. So I would have to do a scan each time, so
that each FE is updated with a new link to any new BE table. It's crazy.
Thanks,
Ben
--
"David H" wrote:
Sometimes, a user through the FE could add a new table to the back end.
As Mr. Steele stated, there are concerns with this, however my questions is
HOW do the users a table to the backend using the frontend? Are you referring
to users linking to existing tables that they weren't previously linked to or
to users actauly creating a new table.
- Prev by Date: RE: Scanning for new tables in a Back End (BE) database
- Next by Date: RE: Running action function from SELECT query
- Previous by thread: RE: Scanning for new tables in a Back End (BE) database
- Next by thread: RE: Running action function from SELECT query
- Index(es):
Relevant Pages
|