I have several databases in Access 97 still that have a lot of DAO code (possibly 4 or 5 recordsets open concurrently). I am hoping to end of life the applications with a rewrite in SQL Server and a .NET flavor (no point in looking at ADO for the Access version). In the mean time (6 months to a year), forcing an office 97 app on some systems is taking a toll.
I have seen several different opinions about whether DAO is any slower in Access 2kX. In my case I would be converting my 97 databases for use with 2003 (option of 2000 and 2003 file format). Is there a speed difference between DAO of the two systems or is there some other performance gotcha? I think the 97 data format is smaller in size for the same data but I could be mistaken. This would of course mean network throughput becomes a bigger issue.
In the case where performance is a concern, there are already slow downs being noticed from concurrent users as well as database size.
Perhaps the difference is one of a threshold... as long as my systems have X RAM there is no difference?
I know that there are probably several variables but any insight as to how they affect performance differently between versions would be appreciated.
I have seen several different opinions about whether DAO is any slower in Access 2kX. In my case I would be converting my 97 databases for use with 2003 (option of 2000 and 2003 file format). Is there a speed difference between DAO of the two systems or is there some other performance gotcha? I think the 97 data format is smaller in size for the same data but I could be mistaken. This would of course mean network throughput becomes a bigger issue.
In the case where performance is a concern, there are already slow downs being noticed from concurrent users as well as database size.
Perhaps the difference is one of a threshold... as long as my systems have X RAM there is no difference?
I know that there are probably several variables but any insight as to how they affect performance differently between versions would be appreciated.