Recursive programming…

If you don’t know where to start your with your program, recursion might be an option. I am working on some (perhaps useless) package code to convert an integer into a boolean representation. When I am converting the integer, I don’t know where to start my conversion. If the integer is relatively small and I […]

Read more

A different approach…

Steven Feuerstein has presented a new approach to the development workflow in his best practices presentation he held in The Netherlands last week. He did this presentation about three times for different audiences. I have seen his approach before and I think the idea is pretty good. Don’t know if and how we can use […]

Read more

Will Designer compete with CodeGen??

Oracle Designer 10G now seems to have an extension that will allow you to generate the source code of your choice. Extend Designer generation capabilities using Oracle Designer Extension Builder (ODEB). Generate the source code of your choice from the Designer metadata based on user-defined templates. ODEB also provides a way to export solutions (Driver, […]

Read more

Ansi SQL vs Oracle SQL

Today I was wondering about whether we should be using Ansi SQL instead of the 'normal' Oracle SQL. Ansi SQL has been supported in Oracle since version 9i, but since we are still developing applications on Oracle 8i we haven't really given it much thought until now. We are migrating our development database to Oracle9i […]

Read more

New stuff…

I have had a couple of days off. Mainly because my youngest daughter had to go to hospital for some examination. But I had some time to do some redesigning of the PL/SQL Developer plug-ins (Commentlines, Template, Reconnect so far). They are not yet publicly available, but I can send them to you if you want […]

Read more

Useful Utilities

I was thinking I should start small list with the utilities I use everyday. They are installed on my laptop, but what if I get a new one, or when I have to do a ‘re-install’. Always running: Trillian. Trillian™ is a fully featured, stand-alone, skinnable chat client that supports AIM, ICQ, MSN, Yahoo Messenger, […]

Read more