Subject | SQL Query Questions |
---|---|
Author | Arvin Dacumos |
Post date | 2004-11-02T00:43:58Z |
Hi guys,
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?
any ideas? thanks in advance.
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
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?
any ideas? thanks in advance.
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com