News (9)

Oracle to offer free database

Oracle intends to release a free version of its database, a reaction to the growing competitive pressure from low-end open-source databases. Read more »

Cisco patches security-monitoring system

Networking giant Cisco Systems has fixed several flaws in a security monitoring product meant to protect networks against attacks. Read more »

Xbox version of Linux finished

A hacker group specializing in software for Microsoft's Xbox announced late Monday the release of the first full version of Linux for the game console. Read more »

Open source specialists offered tech support rewards

OpenLogic will pay developers to provide high-level support for scores of open source products, but not everyone is convinced by the idea. Read more »

Microsoft bulks up in management software

Microsoft on Tuesday said it will fill out its management software line with a product to help IT pros troubleshoot problems and release a revamped Exchange management console next year. Read more »

Linux gets built-in Cell processor support

Linus Torvalds released a new Linux kernel on Monday that supports features in IBM's Cell processor, includes Oracle software for clustered databases and improves how the open-source operating system runs on multiprocessor systems. Read more »

Zend sharpens PHP's enterprise focus

The company which was founded by the creators of PHP has release a new toolkit which it claims should simplify administration of PHP servers on corporate networks. Read more »

Microsoft claims secure development success

A program placing strict controls on developers to ensure they build secure code is showing early signs of success, according to a senior executive from the software giant. Read more »

Plugging the Linux holes

You can easily surf the Web and run a spreadsheet on a Linux-powered PC, but good luck if you want to balance your cheque book. Read more »

Features (47)

Create cross-platform database-driven applications with JDBC

The Java Database Connectivity (JDBC) API offers a unified interface to different databases, providing a series of generic functions that are internally translated into native function calls. This makes it extremely easy to create database-driven applications that work across different RDBMS types. Read more »

Handle errors in the data tier with SQL Server

Exception handling is a standard part of every .NET application. The try/catch block allows you to catch exceptions and control application execution from that point. Many errors occur during database interaction, but a lot of developers are unaware of handling errors within the database tier. This week we examine error handling in your database code with SQL Server and T-SQL. Read more »

Is LINQ the future of database development?

The LINQ (.NET Language Integrated Query) Project is a Microsoft initiative to standardise data access across not only data sources but also development. Will it revolutionise database development? Read more »

Accessing database data with ASP.NET

The .NET Framework makes the task of establishing the database tier easier. Learn how to simplify the process by utilising the database tier. Read more »

Backing up and restoring MySQL databases

MySQL users have at their disposal a built-in suite of advanced tools that simplify backing up and restoring databases. Here are some tips for putting them to work. Read more »

Cleaning up your ADO.NET mess

Although .NET eases the burden of managing system resources, you're not totally disconnected from the process. Take care to free your database resources! Read more »

Diagnose SQL Server performance problems

Usually, the hardest part of database tuning is finding the code bottlenecks. SQL Profiler's traces can help you locate your sluggish code. Read more »

Diagnose SQL Server performance problems

Usually, the hardest part of database tuning is finding the slow part. SQL Profiler's traces can help you find your sluggish code. Read more »

Use the FileSystemWatcher to monitor directory changes in C#

One of the more interesting objects included in the Microsoft .NET Framework class library is the System.IO.FileSystemWatcher. This object allows you to be notified when certain events occur in a directory, such as file creation, deletion, or modification. Read more »

Build an AIR application for your website

Adobe AIR brings web technologies to the desktop through the integration of the Webkit rendering engine in a Flash-style desktop-based runtime. AIR applications running on HTML, CSS and Javascript can interact with the local file system, manipulate local SQL databases and even use AJAX on any domain. Read more »

Log in


Sign up | Forgot your password?

What's on?