B
Beginner
Hi!
I made a test database on my own computer. It takes a couple of minutes to
run through all the code I have. When I move this database to a network
drive, it takes an hour to run the code. Why? Could scanning for viruses be
an issue? Or the fact that data has to be moved from the network drive to my
computer?
Well, I tried to solve this problem by splitting the database. When running
the code I get an error 3611 "Cannot execute data definition statements on
linked data sources." I try to do an ALTER TABLE -command with docmd.runsql.
How can I fix this? I tried db.excecute, but it gives me the same error. Is
there any other things I need to know about possible errors with splitting?
This is the first time I have ever tried to split a database.
- Beginner -
I made a test database on my own computer. It takes a couple of minutes to
run through all the code I have. When I move this database to a network
drive, it takes an hour to run the code. Why? Could scanning for viruses be
an issue? Or the fact that data has to be moved from the network drive to my
computer?
Well, I tried to solve this problem by splitting the database. When running
the code I get an error 3611 "Cannot execute data definition statements on
linked data sources." I try to do an ALTER TABLE -command with docmd.runsql.
How can I fix this? I tried db.excecute, but it gives me the same error. Is
there any other things I need to know about possible errors with splitting?
This is the first time I have ever tried to split a database.
- Beginner -