Inserting Images into DatabaseIn this tutorial you are going to learn everything in detail step by step you'll ever want to know about inserting binary data ( images, zip files etc ) into database. This is actually first of the three articles I am going to write on manipulating...
International Active Server PagesFor years, software houses have been producing localized releases of their products where user interface elements, documentation, and so forth are translated to various languages in order to reach new markets. Active Server Pages (ASP) is no...
Keep an Eye on Open Database Sessions with ASP and XMLWe'll start by briefly recapping the most likely scenarios in which you might utilize a tool such as the one we'll build. Then, we'll examine the code necessary to implement the database session monitor for SQL Server. Finally, we'll consider one or...
Loading the days adsThe advertising on my site is served entirely in-house, by code freely available for you to use. This article will step you through the code.
The banners are all stored in a database table, but I don't access the database to serve the ads. Instead...
Managing In-Process COM Components Using MTS and ASP TechnologyIt may be necessary to have your in-process COM components run on a different server than Microsoft® Internet Information Server (IIS), using Active Server Pages (ASP) technology to create an instance of your object and execute your application...