(Nilpo) Inevitably, as you progress to more complex scripts, your scripts will need to be able to make decisions and take separate actions based upon those conditions. For this, VBScript provides conditional statements.
Other News
Tip: Manipulate del.icio.us bookmarks with PHP
(Vikram Vaswani) The del.icio.us service lets users collect and share bookmarks online. Manipulate these bookmarks with PEAR’s Services_Delicious package that interfaces with the REST API of del.icio.us and build customized PHP applications.
Active data warehousing explained and examined
(Mark Whitehorn) Business intelligence (BI) is becoming an important part of more organizations’ day-to-day operations, and active data warehousing is a prime enabling technology. (R)
Dependency Injection with Spring.Net
(David Consdorf) Spring.Net is a framework aimed at providing comprehensive infrastructural support for .Net enterprise applications. At the core of Spring.Net is the concept of Dependency Injection, otherwise known as Inversion of Control. With the example code provided, you can follow along as you
Improve concurrency with DB2 9.5 optimistic locking
(Werner Schuetz) IBM DB2, Version 9.5 for Linux, UNIX, and Windows provides enhanced optimistic locking support, a technique for SQL database applications that does not hold row locks between selecting and updating, or deleting rows. Gain an understanding of this enhancement, and learn how applicati
Oracle RAC 64 bit for Windows: Preparing the Virtual environment
(Tarry Singh) In our last article we saw Oracle VM and if you haven’t been asleep at the wheel, then you’ve obviously noticed that Virtualization is getting hot Hot HOT! The whole industry is going crazy with it. It’s growing in all directions. Virtualization is not only coming to the Data Center bu
Oracle BI 10.1.3.3/2 – Selecting Reports from Dashboard Prompts and Guided Navigation Sections
(Venkatakrishnan J) While i was away on vacation, a set of pretty good questions came up as comments in the Contact Me page of this blog. Though i never expected this page to get any comments at all, it looks like i was wrong. So, apologies to everyone who have been waiting for a reply from my end.
Introduction To Reverse Key Indexes: Part II (Another Myth Bites The Dust)
(Richard Foote) In Part I, we saw how with Reverse Key Indexes, Oracle will basically take the indexed value, reverse it and then index the reversed value. As a result, data that would ordinarily be logically sorted within an index structure will now be randomly distributed. This therefore negates t
Querying Dimension Members In Analysis Services
(richtk) Many Analysis Services applications query members to populate a dropdown or find those that match some criteria – starting or ending with a string, existing with other members, having a member property with a certain value, whatever. For example, say I have a bird hierarchy and I want to fi
Synchronizing Analysis Services 2005 databases in SQL Server
(Baya Pavliashvili) Analysis Services 2005 (and later versions) support synchronization, a feature that greatly simplifies migrating analytical databases among servers. It also eases the separation of querying and processing duties among multiple instances of Analysis Services. In this tip, I’ll int
