I have a db Table consisting of 10 (say col_A, col_B, col_C, col_D, ... col_J) columns. After accessing these data using a PullTool (as suggested by Scott and Peter), I stored them in a Vector/List. Before I display them in my .vm file, I want to perform some filtering, e.g. select col_A = "some_Text".
The question is: I can extract what is in the Vector as Objects which has all ten columns in it, it returns a certain address. But How do I get data in col_A out and perform the filtering I intended to do? best wishes michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
