Jan 23, 2004 #1 100dtl Programmer Aug 18, 2003 313 GB Hi all, I'm using an arr out of getRows arr = rsSplit.GetRows() I know if i use arr(elementnumber,row) will give me the value, how do i get the column name out of the array Many thxs inadvance
Hi all, I'm using an arr out of getRows arr = rsSplit.GetRows() I know if i use arr(elementnumber,row) will give me the value, how do i get the column name out of the array Many thxs inadvance
Jan 23, 2004 1 #2 shaddow Programmer Mar 22, 2001 1,862 RO That array doesnt store the column names. But you can get them from withing rs object. using Rs.Fields(columnindex).Name http://www.devguru.com/Technologies/ado/quickref/field.html ________ George, M Upvote 0 Downvote
That array doesnt store the column names. But you can get them from withing rs object. using Rs.Fields(columnindex).Name http://www.devguru.com/Technologies/ado/quickref/field.html ________ George, M