--- FM2SQL/Attic/FM2SQL.java 2004/06/23 10:00:06 1.40 +++ FM2SQL/Attic/FM2SQL.java 2004/07/19 11:01:29 1.41 @@ -334,6 +334,8 @@ public class FM2SQL extends JFrame imple { public void windowClosing(WindowEvent e) { + bean.closeAllConnections(); + destBean.closeAllConnections(); System.exit(0); } }); @@ -824,6 +826,8 @@ if(command.equals("use NormanToUnicodeMa } if(command.equals("Quit")) { + bean.closeAllConnections(); + destBean.closeAllConnections(); fmInstance.dispose(); System.exit(0);