Re: [dba-dev] Where to find all open DB connections and closes them

2010-07-01 Thread Frank Schönheit
Hi Fernand, > BTW: noch immer keine "Base" heimweh ? :-P Sometimes. There's so much interesting things I would have liked to do, and there's so much nasty issues coming in which look like they should be fixed before 3.3, but ... On the other hand, my current assignments are pretty interesting

Re: [dba-dev] Where to find all open DB connections and closes them

2010-07-01 Thread Fernand Vanrie
Frank , Thanks a million: the bandit is the native connector :-) with jdbc works like a charm i post a issue as I am in love with the native (high volume + high speed) i will create a Help-db-JDBC to do this small durthy jobs greetz Frernand BTW: noch immer keine "Base" heimweh ? H

Re: [dba-dev] Where to find all open DB connections and closes them

2010-07-01 Thread Frank Schoenheit, Sun Microsystems Germany
Hi Fernand, > When opening a DatasourceBrowser with the dispatcher using > loadComponentFromURL(".component:DB/DataSourceBrowser", "_beamer", 0, > aProps) > I have a connection opened with the database server. > > How can i find this "opened" connection and close it with the API ? > > I tried

Re: [dba-dev] Where to find all open DB connections and closes them

2010-07-01 Thread Fernand Vanrie
Now answers so far, so wath's the problem: I opened a DB connection using first the dispatcher to have a Datasourcebrowser and then i fill the grid with data from a registered database connected to a MySQL over the native connector. loadComponentFromURL(".component:DB/DataSourceBrowser", "_bea

[dba-dev] Where to find all open DB connections and closes them

2010-06-30 Thread Fernand Vanrie
hallo all, When opening a DatasourceBrowser with the dispatcher using loadComponentFromURL(".component:DB/DataSourceBrowser", "_beamer", 0, aProps) I have a connection opened with the database server. How can i find this "opened" connection and close it with the API ? I tried and found a "a