[thelist] Please help with asp getrows

Anthony Baratta anthony at baratta.com
Thu Jul 20 12:49:56 CDT 2006


I know the solution!!

The GetRows method puts the data in backwards from what you think it should. The rows you are counting are your columns not your data rows. 

e.g.  aryFoo(x,y)

x is your column, and Y is your rows. This is reversed from what you would think it is. x being yoru rows and y being your columns.

another way to look at this:

1 xxxxxxxxxxxxx
2 xxxxxxxxxxxxx
3 xxxxxxxxxxxxx
4 xxxxxxxxxxxxx

versus

1  2  3  4
x  x  x  x
x  x  x  x
x  x  x  x
x  x  x  x
x  x  x  x
x  x  x  x

Does that help?






More information about the thelist mailing list