Search Search

#1 worldwide
FREE Coding Lessons

since 1996
   THE BEST WAY to learn ASP & Asp.net!
Advertise Here!
click for details
Credits Host:
DiscountASP.net
Server Admin:
The "Team"
Contact Info.
Charles M. Carroll

my Blog
[prev. Lesson]  VB: ADO, Build It!
     [next Lesson]  VB: General Building Guidelines

VB ASP Component Building Guidelines by Charles Carroll

Component written in Visual Basic can be written using programming techniques that will cause them to be unstable in a web server environment. Commands, Functions and Objects that are fine in most standalone or client/server VB programs may not be appropriate in a web server component. We offer the following major guidelines:

  • Do not use DAO or RDO for data access. Use ADO only. DAO and RDO do not scale to the concurrency issues a website faces well.
  • Do not use traditional file access methods (Open #, Close #). Instead use the scripting FileSystemObject.
Chaz Wish List
Tall Tip $5
Grande Tip $20
Venti Tip $39
Tip Jar Thanks
2004 Thanks
2005 Thanks
HUGE Tip -love site