
| email this FAQ to a colleague
Q: Is ADO single threaded? A: None of the supplied components are single-threaded. You should be able to improve the performance of ADO by marking it as both-threaded, using makefree.bat (makfre15.bat for IIS 4.0). It's marked as Apartment by default so that Access won't fall over, but you can safely mark it as free if you're using SQL. - George Reilly | Articles |  | Sep 15, 2005 - Building an Image Keyword System | | Unlike text-based file formats image files aren't made up of words, which makes searching for an image file by keyword difficult. Instead of being able to simply open the file to see what it contains, we're stuck looking at the text around it and other metadata to determine the image's meaning. In this article, Ziran Sun shows you how to build a simple database-based image keyword system that allows you to associate keywords with images and use these keywords to make finding images easier. [Read This Article] [Top] |
|
|