R
Robbie
I setup a db system including forms and everything. I did all of my
debugging in the system, but now it's time to put the db to use. Wanting a
clean slate, I create a new access file and import everything from the
"prototype" database. I have about five tables for which I import the data
and definition; after importing those, I import all of the other tables using
just the definition. I also use make sure that in all cases I am importing
relationships. Finally, I import all other objects.
However, for some very strange reason, some of my queries drastically slow
down. In the prototype system the only took about 5 secs to run, now they
are taking over 15 minutes and they still haven't stopped! (Believe it or
not, most of the data is exactly the same, I re-entered it all, but did not
import it).
This particularly query is based on a query joined with a linked Oracle
table. I have tried importing the linked table from the prototype database
as well as just creating a new linked table. Neither way seems to work.
Does anyone know why importing only the definition might make my query run
so slow????
debugging in the system, but now it's time to put the db to use. Wanting a
clean slate, I create a new access file and import everything from the
"prototype" database. I have about five tables for which I import the data
and definition; after importing those, I import all of the other tables using
just the definition. I also use make sure that in all cases I am importing
relationships. Finally, I import all other objects.
However, for some very strange reason, some of my queries drastically slow
down. In the prototype system the only took about 5 secs to run, now they
are taking over 15 minutes and they still haven't stopped! (Believe it or
not, most of the data is exactly the same, I re-entered it all, but did not
import it).
This particularly query is based on a query joined with a linked Oracle
table. I have tried importing the linked table from the prototype database
as well as just creating a new linked table. Neither way seems to work.
Does anyone know why importing only the definition might make my query run
so slow????