> The Preserve keyword is probably the culprit. You can't change the
> number of dimensions when using this keyword. If you haven't already,
> try:

Hmm, I am begining to remember something about dynamic, vs. static arrays

> dim arData()

Is dynamic, and therefor you can do

> redim arData(14,1)
> redim preserve arData(14,max no of records)

However, I am suspecting that getRows returns a static array..

<Thomas/>


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to