proasp_codeclinic thread: Passing a variant array from ASP to server VB COM component
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1D156.DB1AE4D0
Content-Type: text/plain
Is that an array of variants or is it an array that is being passed through
as a variant?
There are often problems with COM interaction with ASP, the problem is that
ASP only has the data type variant. If this is an array of variants, try to
pass it as a variant containing an array of variants.
regards
David Cameron
nOw.b2b
dcameron@i...
-----Original Message-----
From: Jarrod Powell [mailto:crazy_wittler@h...]
Sent: Friday, 22 March 2002 2:22 PM
To: Code Clinic
Subject: [proasp_codeclinic] Passing a variant array from ASP to server
VB COM component
I am passing a variant array from an ASP page to a server-side VB COM
component. The array is coming out as empty though. Does anyone know
any issues with passing a variant array from an ASP page to a server-side
VB COM component?
Thanks