Print Page | Close Window

Speed up the forum (access)

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=2195
Printed Date: 31 March 2026 at 3:37am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Speed up the forum (access)
Posted By: hans3702
Subject: Speed up the forum (access)
Date Posted: 27 April 2003 at 4:55am

As a addition to this topic: http://forums.webwiz.net/forum_posts.asp?TID=1886&PN=1 - hide what you can’t use!  and http://forums.webwiz.net/forum_posts.asp?TID=1300&KW=access+Gb - Fastest access driver?  I found an interesting article on http://www.15seconds.com - www.15seconds.com .

http://www.15seconds.com/issue/020919.htm - Do Stored Queries Increase the Speed of Access Queries?

Conclusion

There are two main conclusions that can be drawn from these results.

  • First, if you are executing the same dynamic queries every time in your script (i.e. without any variables), significant performance gains (in this case, 36%) can be achieved simply by switching to Stored Queries. With this comes the aforementioned fringe benefit of increased ease of query administration. For queries which do contain variables, there are still performance gains to be had, but they are less significant (8% for the query tested).

  • Second (and contrary to my own expectations), using the Command object's Parameters collection in preference to simply appending the parameter values to the end of the stored query SQL statement yields only a minor performance increase. In practice it may be worth completely avoiding this collection, especially since it is since the extra complication that it adds to your scripts (i.e. creating parameter objects, defining the data type, setting the value, and then adding the parameter object to the collection) may not


-------------



Replies:
Posted By: hans3702
Date Posted: 27 April 2003 at 9:54am

An other way is http://www.learnasp.com/learn/rsfast.asp - RSFAST: Lightning Fast Database Library

found @ http://www.learnasp.com - http://www.learnasp.com  



-------------



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net