Tuesday, December 1, 2009

SQuirreL issues

I’m running some pretty basic SQL and SQuirrel seems to be locking up a lot today. Do I just need to reboot Windows. :)

Well it’s happened a couple times today, so what I did was use the “Reconnect” menu option under “Session”. But I just tried that and now it’s locked up still.

My hope is that I don’t have to stop the java process because I have some queries I’d like to save. I’m not able to get to the GUI at all right now.

20 minutes later….yes, 20 minutes.

Everything is unlocked and GUI is responding. no error messages or indication of what went wrong. Query (modified) that I used.

   1: delete from table1 where field1 = ? and field2 in 
   2:     (select field2 from table2 where field3 = ?)

No comments: