The DatabaseManager library which run Derby in embedded mode just closes all of the connections and the database shuts itself down when the last connection is closed.
Donald On Sun, Mar 9, 2008 at 9:16 PM, musky <[EMAIL PROTECTED]> wrote: > > I have a doubt: > > i an application after obtaining a connection to a database and after i > perform all required transactions on the tables of the database do i need > to > shutdown the database or is it enough if i just close the connection. > > i tried shutting down the database but i get the > nontransientconnectionexception sql state:08006 >
