[thelist] ADO cursor - best solution for count and page throughprocedure

Tab Alleman Tab.Alleman at MetroGuide.com
Wed Mar 31 10:21:20 CST 2004


You've got it backwards...as you yourself noted:

Adriano Castro wrote:
> UBound(rs_OfficeList_array,1) --> is 0 
> UBound(rs_OfficeList_array,2) --> is 7 

So therefore rs_OfficeList_array(1, 0) should be out of range.
rs_OfficeList_array(0, 1) will have something in it.



More information about the thelist mailing list