Author: SSWUG Research

Community

Is 10g feeling the pinch?

(Philip Howard) In its recent quarterly results Oracle announced that its database and middleware division had grown by 17% in terms of new licence revenues. What are we to make of this? Well, it sounds (and is) very impressive. However, Larry subsequently commented that the middleware component of

Community

DataTable to Excel

(Jacob Klint) A common task I’ve run across is the need to export a DataTable to an Excel spreadsheet. It’s a great way to distribute reports, etc. to users. It also seems like an obvious translation, considering the way that DataSets are usually presented in DataGrid controls.

Community

Programming for the New DB2

(Maria Sarikos) So what exactly is data skew? In the DB2 context, it happens when DB2 creates an access path based on certain assumptions, but those assumptions are wrong, so the access path created is just plain inefficient. For example lets say you were selecting all the names in your client table