Article ID: 217114 - Last Review: July 7, 2008 - Revision: 5.1 How To Implement Array Arguments in Visual Basic COM Objects for Active Server PagesThis article was previously published under Q217114 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 7.0 running on Microsoft Windows Server 2008. IIS 7.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: http://www.microsoft.com/technet/security/prodtech/IIS.mspx
(http://www.microsoft.com/technet/security/prodtech/IIS.mspx)
For more information about IIS 7.0, visit the following Microsoft Web site: http://www.iis.net/default.aspx?tabid=1
(http://www.iis.net/default.aspx?tabid=1)
On This PageSUMMARY
This step-by-step article describes how to implement arrays to be passed as parameters from Active Server Pages (ASP) to a Visual Basic Component
Object Model (COM) Object. Array Argument DeclarationsIMPORTANT: If array arguments are for methods, they must be declared as variant data type and must be passed by reference. If you declare an array argument as any other type, you may receive one of the following error messages: error 'ASP 0115' - A trappable error occurred in an external object
Invalid procedure call or argument
Type Mismatch
Object Does not Support This property or method Implement ArraysFollow these steps to implement arrays to be passed as parameters from ASP to a Visual Basic COM Object:
REFERENCESAPPLIES TO
| Article Translations
|
Back to the top
