Hi guys, I'm coding a simple translation program that uses a SQL database to retrieve the words from both languages and then,
when you choose a word from the list, translate it to the corresponding word in the other language.
Here's the Error:
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state
And here's the code:
Any help would be appreciated.
Thanks.