Expanding DB

Expanding DB

am 08.01.2008 10:53:32 von Phil Stanton

I have a FE BE Db for handling membership of various clubs. The Db is split
into a FE & BE, with all the active tables in the BE. The only tables in the
FE are pretty static (such things as paths to various files e.g. where the
front end is stored for each club and which fields to hide on forms
depending on which club is being used) The back end is about 9Mb, so there
is a lot in it.. Unless I do a compact on close, the file size seems to
increase rapidly. The "non standard" routines I use are Peter's
ShrinkerStretcher and also a routine to hide certain fields on forms if they
do not apply to a certain Club. Any ideas why it keeps growing

Thanks

Phil

Re: Expanding DB

am 08.01.2008 11:25:45 von Jebusville

"Phil Stanton" wrote in message
news:13o6i0qa4su0921@corp.supernews.com...
>I have a FE BE Db for handling membership of various clubs. The Db is split
>into a FE & BE, with all the active tables in the BE. The only tables in
>the FE are pretty static (such things as paths to various files e.g. where
>the front end is stored for each club and which fields to hide on forms
>depending on which club is being used) The back end is about 9Mb, so there
>is a lot in it.. Unless I do a compact on close, the file size seems to
>increase rapidly. The "non standard" routines I use are Peter's
>ShrinkerStretcher and also a routine to hide certain fields on forms if
>they do not apply to a certain Club. Any ideas why it keeps growing
>

Images are sometimes responsible for file bloat, are you storing images?

Keith.
www.keithwilby.com

Re: Expanding DB

am 09.01.2008 00:29:23 von Phil Stanton

Thanks for replying

Yes, but only a non changing one in the company information table. This
table is frequently "read", but only "written" once in a blue moon

Phil

"Keith Wilby" wrote in message
news:47834bcf_1@glkas0286.greenlnk.net...
> "Phil Stanton" wrote in message
> news:13o6i0qa4su0921@corp.supernews.com...
>>I have a FE BE Db for handling membership of various clubs. The Db is
>>split into a FE & BE, with all the active tables in the BE. The only
>>tables in the FE are pretty static (such things as paths to various files
>>e.g. where the front end is stored for each club and which fields to hide
>>on forms depending on which club is being used) The back end is about 9Mb,
>>so there is a lot in it.. Unless I do a compact on close, the file size
>>seems to increase rapidly. The "non standard" routines I use are Peter's
>>ShrinkerStretcher and also a routine to hide certain fields on forms if
>>they do not apply to a certain Club. Any ideas why it keeps growing
>>
>
> Images are sometimes responsible for file bloat, are you storing images?
>
> Keith.
> www.keithwilby.com

Re: Expanding DB

am 09.01.2008 11:43:46 von Jebusville

"Phil Stanton" wrote in message
news:13o81qh7qp50472@corp.supernews.com...
> Thanks for replying
>
> Yes, but only a non changing one in the company information table. This
> table is frequently "read", but only "written" once in a blue moon
>

I may be wrong but I seem to remember reading somewhere that, when a table
with images is accessed bloat can occur. Like I say I may be wrong but I
think it's better practice to store links to images rather than the images
themselves.

Regards,
Keith.
www.keithwilby.com

Re: Expanding DB

am 09.01.2008 16:13:12 von Phil Stanton

I have a vague feeling you are right. I know OLE objects tend to be bad
news. Will give it a whorl

Thanks

Phil

"Keith Wilby" wrote in message
news:4784a188_1@glkas0286.greenlnk.net...
> "Phil Stanton" wrote in message
> news:13o81qh7qp50472@corp.supernews.com...
>> Thanks for replying
>>
>> Yes, but only a non changing one in the company information table. This
>> table is frequently "read", but only "written" once in a blue moon
>>
>
> I may be wrong but I seem to remember reading somewhere that, when a table
> with images is accessed bloat can occur. Like I say I may be wrong but I
> think it's better practice to store links to images rather than the images
> themselves.
>
> Regards,
> Keith.
> www.keithwilby.com