Subject Re: SQL Query Questions
Author ben_ata
--- In Firebird-Java@yahoogroups.com, Arvin Dacumos <freezenik2@y...>
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...

What do you mean with "pass the results to a Vector"?
There is no constructor for Vector that takes a ResultSet.

Thomas