Aug 17, 2001 #1 pipk Programmer Joined Feb 20, 2001 Messages 455 Location GB Hi am getting this error on and off whilst connecting to an Access database via Java JDBC.ODBC bridge. Any clues on what causes it? Cheers : Phil
Hi am getting this error on and off whilst connecting to an Access database via Java JDBC.ODBC bridge. Any clues on what causes it? Cheers : Phil
Aug 18, 2001 1 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB maybe there are some tentatives to execute a query before selecting, or closing a connection before freeing statements. John Fill ivfmd@mail.md Upvote 0 Downvote
maybe there are some tentatives to execute a query before selecting, or closing a connection before freeing statements. John Fill ivfmd@mail.md
Aug 19, 2001 Thread starter #3 pipk Programmer Joined Feb 20, 2001 Messages 455 Location GB Cheers John I will have a look. Upvote 0 Downvote
Aug 21, 2001 Thread starter #4 pipk Programmer Joined Feb 20, 2001 Messages 455 Location GB yep, seems to have done the trick John, thanks very much. I was missing some close() calls to my SQL statement, Upvote 0 Downvote
yep, seems to have done the trick John, thanks very much. I was missing some close() calls to my SQL statement,