|
My Inaugural Blog |
|
DougWilliams
|
10/31/2008 11:06 AM
|
|
|
Welcome to my inaugural blog on Toad World. I’m a part of the Toad business here at Quest. I’m going to be focusing on more of the business aspects of DB2 and Oracle database management, although I’m sure I’ll stray every so often into my techie roots. My goal is hopefully to give you a little something to think about , and I welcome your feedback!
I’ll focus primarily on DB2, as ...
|
 |
|
Comments (0)
|
Read More...
|
|
|
|
Play games to become a better developer! |
|
StevenFeuersteinTW
|
10/28/2008 9:23 AM
|
|
|
|
Part 2: The Game of Mastermind
Software development is one heck of a serious job. It turns out, however, that there are several games you can play to improve the quality of code you write. This is the second of two blog entries that introduce you to two of my favorite brain development and training games:
 |
|
Comments (2)
|
Read More...
|
|
|
|
Inside the application data directory |
|
Mauritz
|
Thursday, October 23, 2008 12:28 AM
|
|
|
|
If you have ever looked in the Toad data directory you were probably a little bit bewildered about all the stuff in there. This article will try to shed some light on what all the files in there are used for by the Toad application.
|
 |
|
|
Read More...
|
|
|
|
Code completion revealed |
|
Mauritz
|
Tuesday, October 21, 2008 5:44 PM
|
|
|
|
From the first version of Toad we have always had some form of code completion (It was originally called Toad insight or something like that) but it has always been a fairly simple affair where you either got a list of columns in select statements or a long list of objects of many different types completely unaffected by the context in which you invoke the code completion. Starting in 4.0 the c ...
|
 |
|
|
Read More...
|
|
|
Connection and transaction handling explained |
|
Mauritz
|
Monday, October 20, 2008 12:10 PM
|
|
|
|
In an application like Toad connection and transaction handling will invariant become a complicate affair. During the years we have been working on this we have tried to make it as intuitive as possible so that you usually don't have to think about it. However, in some cases you can still run into problems so this post will try to explain how we handle connections and transactions so that you can avoid the pitfalls.
|
 |
|
|
Read More...
|
|
|
Reducing startup time |
|
Mauritz
|
Monday, October 20, 2008 12:08 PM
|
|
|
|
For the upcoming 4.1 release I have actually been able to spend quite a lot of time to reduce startup time in Toad and hopefully there should be a quite noticeable difference. One of the changes made is to make the initialization multithreaded so the improvement should be even more pronounced if you have more than one CPU core.
There are a couple of other things you can do yourself in both 4 ...
|
 |
|
|
Read More...
|
|
|
Toad version numbers explained |
|
Mauritz
|
Monday, October 20, 2008 12:08 PM
|
|
|
|
Version numbers between the different components of the different products can be pretty confusing ever for us who work on it. Before 3.0 of the Core (The part of Toad that is shared between the products) each product had it's own release schedule and with that each had it's own release version of this. After release 3.0 we now try to coordinate releases between the different products (They are usually staggered ...
|
 |
|
|
Read More...
|
|