Code Samples
Database Access with ADO ADO (ActiveX Data Objects) provides a high-level interface for accessing data from ASP pages. This code...
Mailbox Access via HTTP/WebDAV
vbscript
Mailbox Access via HTTP/WebDAV This VBScript sample demonstrates how to read inbox messages from Exchange 2000 using the WebDAV SEARCH...
Automating SharePoint with VBScript
vbscript
Automating SharePoint with VBScript You can automate SharePoint Team Services from VBScript using the SOAP web services and the XMLHTTP...
COM Automation with VBScript
vbscript
COM Automation with VBScript VBScript can automate any COM object that supports IDispatch (Automation). This sample demonstrates common automation scenarios....
ADO Connection Strings
vbscript
ADO Connection Strings ActiveX Data Objects (ADO) is the standard data access library for classic ASP and VBScript. This reference...
Server-Side Form Validation Always validate form input on the server, even if you also validate with JavaScript on the client....