i cant use execute because it returns boolean, what do you think?
Why can't you? You were not using the return type anyway, so what's the difference?
(Also, why are you using a Vector to encapsulate your data? Do you need synchronized code? Why not use a custom class?) [ September 16, 2008: Message edited by: Paul Sturrock ]