I've also noticed that the realy SLOOOOOOWWW parts of my application, now that I've moved the data to MySQL, are not the ADO commands, but the basic Find commands using the Form, e.g.
DoCmd.FindRecord ProjectNumber, , , , , acSearchAll, , acCurrent
Also, any time I do a Find on the form using ctrl-F are painfully slow. This was not the case when it was in Access, and has not been the case when I've used SQL Server as the backend (not an option this time, unfortunately). It's really wierd because the actual query results come back from mySQL very, very fast.
Any help would be forever appreciated. Thanks.
Aaron
|