G
Gilbert 2097
I'm using 2003. I have an application in which I have my Programs in one
database and my Tables, which are many, in another database. I did this just
to be able to work on my forms, reports and modules and test them w/o a lot
of clutter around. When I Create a table I do it in the Program database and
then Copyobject to the Data (table) database and then delete the table from
the Program database. The trouble is that my Program database keeps growing
in size while it's running, without me adding any more objects to it. I was
wondering if there is some residual of the tables that I deleted in there. I
know if you delete a file from the C drive that the data is still there, just
the reference in the directory is deleted. Does this kind of thing happen
when you delete a table. I've noticed the same sort of thing when I'm
developing an application. When I have deleted items and maybe rehashed them,
if I copy the whole database for backup sometimes the size is less than the
original even tho I've added several objects to it. Maybe some of the
garbage got left behind. My question is Is there some kind of housekeeping
you should do after running an app for a period of time?? Specifically to
clean out 'phantom'? tables. Thanx
database and my Tables, which are many, in another database. I did this just
to be able to work on my forms, reports and modules and test them w/o a lot
of clutter around. When I Create a table I do it in the Program database and
then Copyobject to the Data (table) database and then delete the table from
the Program database. The trouble is that my Program database keeps growing
in size while it's running, without me adding any more objects to it. I was
wondering if there is some residual of the tables that I deleted in there. I
know if you delete a file from the C drive that the data is still there, just
the reference in the directory is deleted. Does this kind of thing happen
when you delete a table. I've noticed the same sort of thing when I'm
developing an application. When I have deleted items and maybe rehashed them,
if I copy the whole database for backup sometimes the size is less than the
original even tho I've added several objects to it. Maybe some of the
garbage got left behind. My question is Is there some kind of housekeeping
you should do after running an app for a period of time?? Specifically to
clean out 'phantom'? tables. Thanx