| Author |
No results in query using JDBC, works in Db
|
Zak Nixon
Ranch Hand
Joined: Sep 27, 2003
Posts: 126
|
|
I am using MySQL as my db. I have a table called test, with columns (pkId,testId,testRun) I need to get the highest number from the testRun column based on the testId. I place this query in my DB query executor : It works. When I place it in my JDBC select statement, it returns no matching rows. Is there something particular about this query that allows JDBC not to work ? Thanks Zak
|
 |
Zak Nixon
Ranch Hand
Joined: Sep 27, 2003
Posts: 126
|
|
I found my problem, and it was nothing to do with the query. Regards, Zak Nixon
|
 |
 |
|
|
subject: No results in query using JDBC, works in Db
|
|
|