I'm trying to filter a two-dimensional array with VBScript but VBScript's built-in "filter" function only works with single dimensional arrays. I'm using an array of "rs.GetRows()", so is there a simple function that works with two-dimensional arrays?
EDIT: It's not about filtering database records, it's about filtering multidimensional arrays. I know I can filter those records at database level, but that's not what I want. So what I'm looking for is a filter function for multidimensional arrays.
filterproperty themselves. could you filter the recordset before returning the rows?