Why should that not be possible? Just lay it out that way. I guess I don't understand what this has to do with iText at all (or, actually, what exactly the problem is).
Or are you referring to the fact that the columns of a ResultSet should be read in numerically ascending order, according to the javadocs? That's more of a theoretical limitation, I don't think there are JDBC drivers that force you to do this.
Originally posted by Ulf Dittmer: Or are you referring to the fact that the columns of a ResultSet should be read in numerically ascending order, according to the javadocs? That's more of a theoretical limitation, I don't think there are JDBC drivers that force you to do this.
I think the JDBC-ODBC bridge driver does. But even so, I don't see that as being any kind of limitation at all. I guess like you I think the answer to the original question is "Yes".