M
Maury Markowitz
We have a large MDB that we host on a file server and can be run from a
variety of machines on our net. It stores NO LOCAL DATA, everything is linked
to two back-end databases, one runnings SQL server, the other another
commercial engine in an accounting system. The basic purpose of the MDB is to
compare the two, then copy over new information found in the accounting
database.
Starting about a week ago, the system has started acting oddly. When run on
my machine columns that are non-null in the database suddenly start returning
null values. The same MDB run on another machine does not have this problem.
It gets worse; last night a query that should return zero rows (it's looking
for changes to data that has not changed -- we looked) is suddenly returning
thousands of rows. This morning the problem went away, then it came back.
We tried running a VERY old copy of the MDB and it did not show these sorts
of problems, but we didn't test very far.
Has anyone seen anything like this before? Remember, NO LOCAL DATA, and the
data itself is fine -- we can look at it with other tools and everything's as
expected.
Maury
variety of machines on our net. It stores NO LOCAL DATA, everything is linked
to two back-end databases, one runnings SQL server, the other another
commercial engine in an accounting system. The basic purpose of the MDB is to
compare the two, then copy over new information found in the accounting
database.
Starting about a week ago, the system has started acting oddly. When run on
my machine columns that are non-null in the database suddenly start returning
null values. The same MDB run on another machine does not have this problem.
It gets worse; last night a query that should return zero rows (it's looking
for changes to data that has not changed -- we looked) is suddenly returning
thousands of rows. This morning the problem went away, then it came back.
We tried running a VERY old copy of the MDB and it did not show these sorts
of problems, but we didn't test very far.
Has anyone seen anything like this before? Remember, NO LOCAL DATA, and the
data itself is fine -- we can look at it with other tools and everything's as
expected.
Maury