Other News

Community

Join us at Oracle Technology Day

Register now for a free seminar and learn from experts how to drive efficiency through Service-Oriented Architecture (SOA). Join us to learn how you can have a complete infrastructure for SOA-based applications, using Oracle Database 10g, Oracle Fusion Middleware, and Oracle Enterprise Management so

Community

GridView Redux

(Gary Dryden) The ASP.NET 2.0 GridView is a wonderful beast that can allow you to create new database rows, edit in place, even provide DropDownLists and CheckBoxes to aid you in the entry process. It can even do data validation.

Community

Enumerated Fields in PostgreSQL

(Andrew Dunstan) Many programming languages support an enumerated type in some form. In C and C++, they are a kind of symbolic mapping to integers, but in other languages (such as Ada), they are more first-class citizens in the type system. Leaving enumerations out of the original Java language defi