Menu

excessive connection spawning

Help
2007-12-17
2013-04-29
  • Koos Gadellaa

    Koos Gadellaa - 2007-12-17

    When executing a script in the SQLExplorer it creates a new task/connection per statement.
    (at least, when I do something like "Insert into A values (1,c); insert into A values(2,d);" I get two tabs.)
    Is there any way to turn this off, and only use one task/connection?

    I happen to have a 'recreate and insert all data'-script. As it's >400KB, eclipse crashes (without warning, for that matter), as it creates/spawns thousands of connection tasks.

    Regards,

    Koos

     
    • John Spackman

      John Spackman - 2007-12-17

      It sounds like you're using version 3.0.0 - although 3.5.0 is technically in beta, it is pretty stable and has a number of improvements and fixes over 3.0.0.  In particular, it solves  your problem :)

      John

       
    • Koos Gadellaa

      Koos Gadellaa - 2007-12-17

      thanks!

       

Log in to post a comment.