CHeighlund
Programmer
I am working on a program designed to draw information from an Access database. Originally, for testing purposes I was working with the data on a PostgreSQL database, using Zeos components to connect to the db. On heading to the Access db, I swapped over to adoQuery components. The maximum run (hit every point of the database) that used to take half an hour with the PostgreSQL version is now going strong over an hour after being started on the Access db.
This is going to be run against multiple copies of the Access database. I -do not- have the ability to modify the databases on the end-users' systems. What options short of eliminating code do I have for attempting to speed up the connection/transfer process here?
This is going to be run against multiple copies of the Access database. I -do not- have the ability to modify the databases on the end-users' systems. What options short of eliminating code do I have for attempting to speed up the connection/transfer process here?