Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OOP - IIS 5 - SQL Server 7

Status
Not open for further replies.

BlackKnight

Programmer
Oct 18, 2000
348
US
Hi,

I am a VB6 object oriented DB programmer so I already know of all the benefits from an OOP solution BUT I wanted to know if it is still a good idea to use a VB6 OOP approach for an IIS 5 scalable web application?

The reason I ask is I heard session variables work badly when trying to store objects in them? If session vars can't store objects well then from page to page do we have to declare, and reload the objects and collections that I may use?

Is there a better way when using objects and collections in an IIS app? Thanx in advance.

Have a good one!
BK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top