Subject Re: [Firebird-Java] SQL Query Questions
Author Gabriel Reid
On Mon, Nov 01, 2004 at 04:43:58PM -0800, Arvin Dacumos wrote:
> I am having troubles firing up an SQL query through
> JDBC. Why is it that when I do a query "SELECT COL1
> FROM TABLE" and pass the results to a Vector it gives
> me no result as in the Vector seems to be empty... but
> when I do a "SELECT COL1, COL2 From TABLE" it does
> give me results?

Could you post a small bit of runnable code that demonstrates the problem
that you're having?

Gabriel