Re: fe and be problems with deletion and relationships
- From: "Alex Dybenko" <alexdyb@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Jul 2006 17:23:55 +0400
Hi,
once you have spitted the application - you have to add references in backend
to delete table in BE - you have to open BE database:
dbengine.opendatabase("c:\my_BE.mdb")
and then delete tables these using tabledefs.delete method
--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
"jalewis999" <jalewis999@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:0E3BFD36-BEE2-4FAA-AAA1-A0E6AE77D502@xxxxxxxxxxxxxxxx
I have just split a completed database and I have a couple of problems.
I add 4 new tables with relationships for each new user and have to delete
them if a user is deleted.
when i create the relationships they only show in the front end. I remember
reading in a post that relationships are passive and do nothing other than
supply the default JOINs and child Master links. If this is true I would like
to remove all of them and get rid of a head ache. I'm concerned about if they
have any impact on record updates in forms etc. Enforce referencial integrity
is not used and the design is finished. Users won't have access to any tables.
Also when I delete a table after removing the relationships using
DoCmd.DeleteObject it only deletes the link. What is the best method of
deleting backend tables from the frontend. The backend is a normal mdb.
Thank you for any help.
.
- Prev by Date: RE: Counting Days
- Next by Date: RE: Counting Days
- Previous by thread: DAO takes too much time to link tables
- Next by thread: Re: fe and be problems with deletion and relationships
- Index(es):
Relevant Pages
|