T
trevor.holmlaursen
Hi all,
I have a small access form that reads in text files to temporary
tables, does some manipulation to 3 other tables and then exports them
to csv files for import into an accounting system. This app has been
working for about 8 months when last week, it comes up with this
run-time error:
run-time error '-2147418113 (8000ffff)':
Catastrophic failure
Doing a search for this says that it has to do with the databse cursers
and is by design. I'm not sure why this would suddenly start acting
up. There has been no changes to the program or the version of access.
The function in question did have 2 separate queries for data which
was looped through and inserted into a second table. I separated this
into 2 separate functions with the same result. If i comment out the
second function, it runs fine. Any ideas where to start and look?
I have a small access form that reads in text files to temporary
tables, does some manipulation to 3 other tables and then exports them
to csv files for import into an accounting system. This app has been
working for about 8 months when last week, it comes up with this
run-time error:
run-time error '-2147418113 (8000ffff)':
Catastrophic failure
Doing a search for this says that it has to do with the databse cursers
and is by design. I'm not sure why this would suddenly start acting
up. There has been no changes to the program or the version of access.
The function in question did have 2 separate queries for data which
was looped through and inserted into a second table. I separated this
into 2 separate functions with the same result. If i comment out the
second function, it runs fine. Any ideas where to start and look?