
Passing Variant Array from ASP to COM Component
How are you passing the array?
If you pass it as param(5) or param() you will probably get an error.
Pass it as a variant without specifying the bounds.
On the asp on reciept of the data, check the bounds using LBound and UBound
functions....
I've done this and know that this works too...
Laski...
Quote:
> Hi,
> How to pass a variant array from ASP to COM Component?
> We are getting "OUT OF MEMORY" while passing variant array from ASP to
> COM Component...
> It is working fine while passing other type of arguments (except variant
> array) from ASP to COM Component...
> Suggestions would highly appreciated...
> Expecting Suggestion...
> - Development Team
> Pinnacle Software System (P) LImited
> Chennai