|
| New beta release IBConsole available (8.0.0.48) |
 |
3 May 2007 13:01:45 -0700 |
See revision history for details.
http://www.gvsnet.nl/ibconsole
--
|
| Post Reply
|
| Re: New beta release IBConsole available (8.0.0.48) |
 |
3 May 2007 14:21:53 -0700 |
Gelein van de Voorde wrote:
> See revision history for details.
> http://www.gvsnet.nl/ibconsole
The download page still says version 8.0.0.47.
--
|
| Post Reply
|
| Re: New beta release IBConsole available (8.0.0.48) |
 |
Fri, 4 May 2007 08:58:47 -0700 |
"Gelein van de Voorde" <gelein@gvsnet.nl> wrote in message
news:463a3fa9@newsgroups.borland.com...
> See revision history for details.
> http://www.gvsnet.nl/ibconsole
Gelein, I love the fact that queries now run in a separate thread. It makes
the system much more responsive.
If you don't mind, I'd like to make a few more requests that would make my
life much easier:
- The ability to cancel a running query. Since the query itself is already
running in a separate thread, this should be straightforward.
- Can we specify the type of transaction to create in the ISQL window?
Right now, it's read-committed, read/write, but a lot of times I'm just
running queries and read-only would be much better.
Thanks,
Dan Palley
TRAMS, Inc.
|
| Post Reply
|
| Re: New beta release IBConsole available (8.0.0.48) |
 |
4 May 2007 11:57:32 -0700 |
Bill Todd wrote:
> Gelein van de Voorde wrote:
>
> > See revision history for details.
> > http://www.gvsnet.nl/ibconsole
>
> The download page still says version 8.0.0.47.
I think you should force a refresh.
--
|
| Post Reply
|
| Re: New beta release IBConsole available (8.0.0.48) |
 |
4 May 2007 12:25:06 -0700 |
Dan Palley wrote:
> "Gelein van de Voorde" <gelein@gvsnet.nl> wrote in message
> news:463a3fa9@newsgroups.borland.com...
> > See revision history for details.
> > http://www.gvsnet.nl/ibconsole
>
> Gelein, I love the fact that queries now run in a separate thread.
> It makes the system much more responsive.
>
> If you don't mind, I'd like to make a few more requests that would
> make my life much easier:
>
> - The ability to cancel a running query. Since the query itself is
> already running in a separate thread, this should be straightforward.
> - Can we specify the type of transaction to create in the ISQL
> window? Right now, it's read-committed, read/write, but a lot of
> times I'm just running queries and read-only would be much better.
>
> Thanks,
>
> Dan Palley
> TRAMS, Inc.
Dan,
Cancelling a running query is not so easy as it might look. The IBX
does not support it, so it has to be done the hard way. I have been
working on that, but haven't find a reliable solution yet. Meanwhile
you can use the performance monitor to disconnect the thread. IBConsole
should handle this gracefully.
I hope to implement the possibility of specifying the transaction type
in the next beta release.
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|