This article makes the web developers to understand the real essence of connection pooling. The first section of this article contains few objective questions regarding the connection pool. The author explains this by generating an ASP page with more
This online tutorial is all about connecting the SQL server with ASP. The author narrates the linking process of SQL Server in an ASP Script. The author uses ActiveX Data Objects for this connection process. The connection pooling feature of ODBC is
Through this online article the author shows few test results about the database connection on the web servers with the help of OLE DB session pooling task combining with NT Basic Authentication security mechanism. The main tests conducted with the e
VDB is an abstract database access library for Delphi 6. Of course, Delphi already comes with four database libraries: BDE, IBX, dbGo, and dbExpress. VDB is not a replacement for these -- rather it is an abstraction for them. With VDB,
IIS 6.0 uses the IIS 6.0 process model (w3wp.exe) and introduces a new isolation feature called application pooling. Application pooling allows applications to run together in one or more processes, as long as they share the same pool designation. Bu
The webmasters can learn to view the properties of their own database connection with the help of ASP. In this article the author proves the possiblilities of the above said concept. One method of viewing database connection properties is by developi
ActionApps are publishing tools that plug into websites. With ActionApps, publishing news and information online is as easy as filling in online forms. Their unique Content Pooling technology enables organizations to exchange articles between their s
The main objective of this online tutorial is to prove that by configuring a DSN Less connection is the best way to access database from ASP or VB. The author proves this by showing the task of a DSN Less connection to connect with an Access database
Car Connection is written in ASP programming that gives features to deal with car sales online. Dealers are allowed unlimitedly who can add more car listings and can edit existing ones via control panel. Images can be displayed along with each listin
This is an ASP tutorial that clearly explains about how to establish the database connection, opening the database, and creating the recordset object to add the record in the Access database table. All are described with the example code in this tut |