C and S Design.
Search Friendly Programming and Design



Constants for vBScript

Defined Constants

Most ASP vBScript programmers will be aware of the predefined constants that are available within the language. vbTab, vbCrLf, vbNewline etc. What are also available are predefined constant files for use with the ASP/vbScript objects such as CDO (Collaboration Data Objects), ADO (ActiveX Data Objects) and the FSO (File System Object).
The constants file can be used as an include to a project or individual instances that are required can be copied across. The use of constants can make reading and debugging code a much simpler task when you return to a piece of code that was written weeks or months before or if someone else needs to modify your code.
The ADO and CDO constants provided here are originally coded by Microsoft and are available from many places (usually named adovbs.inc and cdovbs.inc) and are provided here in their entirety. The FSO Constants are extracted from some FSO sample code provided on the MSDN site.

Disclaimer

Please Note:
C and S Design are not responsible for the content of these files they are simply replicas of the Microsoft originals.

View or Download Constants

To view or download the files click on CDO Constants, ADO Constants or FSO Constants


Valid HTML 4.01! Valid CSS! copyright © C and S Design 2004 - 2005
Website Design and SE Friendly Coding C and S Design