Other News

Community

A Primer on Falcon Tablespaces

(Robin Schumacher) As any experienced MySQL user knows, the MySQL server uses different storage engines that live underneath an upper layer of services, utilities, and SQL interfaces, to manage the actual I/O and data storage tasks. Each storage engine has its own set of characteristics, some of whi

Community

RPG & DB2 Summit

Get ready for a new, highly interactive conference experience devoted exclusively to the needs of RPG & DB2 developers. Come to Minneapolis on October 2-4, 2007 to see for yourself why people are so enthusiastic about this refreshingly different educational event.

Community

Working with .NET access modifiers

(Tony Patton) An important aspect of any development platform is security and controlling access to resources. There are many facets to security, beginning with controlling application access to defining how code can be used. You can use access modifiers to define the declared accessibility of code.