Urgent help need in ASP

R

rk2008

I have a dll returning a variant array of 40,000 rows to an ASP page. I
can't use a Variant variable in ASP since the maximum rows it accepts
is 32717 approx. Can someone advice how to get the Variant array
returned by the dll into the ASP page?
Thanks!
 
B

Bob Barrows [MVP]

I have a dll returning a variant array of 40,000 rows to an ASP page.
I can't use a Variant variable in ASP since the maximum rows it
accepts is 32717 approx. Can someone advice how to get the Variant
array returned by the dll into the ASP page?
Thanks!
return it as a delimited string and use Split() to process it? Or
perhaps an xml document?
 
A

Anthony Jones

I have a dll returning a variant array of 40,000 rows to an ASP page. I
can't use a Variant variable in ASP since the maximum rows it accepts
is 32717 approx.

The max number of elements in array is 2^32. Perhaps you are running into
another limitation like the amount memory being used.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,138
Messages
2,570,801
Members
47,348
Latest member
nethues

Latest Threads

Top