Aug 17, 2001 #1 pipk Programmer Feb 20, 2001 455 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 Sep 13, 2000 4,226 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 Feb 20, 2001 455 GB Cheers John I will have a look. Upvote 0 Downvote
Aug 21, 2001 Thread starter #4 pipk Programmer Feb 20, 2001 455 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,