Strange happening here. I have an app that continually runs which uses a
table "config" that contains 100 paramters in a single record to control
it's operation. Every once in a while the program bombs and I find the
config table either with an extra blank record or the single record is
marked for deletion. There is no code to append or delete that file.

The only thing I can come up with is possibly a routine in my program that
selects another table and deletes/appends records is failing on the open and
because the config table is always open it reverts to that. Any other idea
how this could happen? And/or suggestions to prevent?

TYIA

- Ben

Re: spiradoc record delete by Al

Al
Thu Mar 30 08:36:55 CST 2006

open the "config" table NOUPDATE
al

"JWBlue" <nospam@nospam.com> wrote in message
news:%mRWf.37849$ty4.19588@tornado.rdc-kc.rr.com...
> Strange happening here. I have an app that continually runs which uses a
> table "config" that contains 100 paramters in a single record to control
> it's operation. Every once in a while the program bombs and I find the
> config table either with an extra blank record or the single record is
> marked for deletion. There is no code to append or delete that file.
>
> The only thing I can come up with is possibly a routine in my program that
> selects another table and deletes/appends records is failing on the open
> and because the config table is always open it reverts to that. Any other
> idea how this could happen? And/or suggestions to prevent?
>
> TYIA
>
> - Ben
>