Database Server
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model.
Language
Basic
Remove
Platform
Any
License
Any
In this article, learn to do basic SPE process management and communication with libspe2. This standard library that PPE programs use to access and manage SPEs has undergone a major revision, and the...
The dynamic management views (DMVs) in SQL Server 2005 are designed to give you a window into what's going on inside SQL Server. They can provide information on what's currently happening inside the...
Create an application that demonstrates how to use JDBC to connect to a Microsoft Access database. This article is intended for someone just learning an object-oriented language and who wants to...
This is the second article in a three-part series on inside tips and how-tos for Oracle administrators. The first article offered information on Oracle education and OCP exams and Oracle Internals....
It is important to revisit the basics regularly or you find that your favourite mantras, beliefs, and techniques are so far out of date that they are not only inadequate, they may even be bad...
In the first segment of this two-part tutorial, I gave you a quick overview of some of the interesting new features available in phpMyAdmin. Starting with the basics of the installation process and...
Many databases are very similar. When creating new databases, developers often build the same basic tables with only slightly different names and some adjustments to columns. Rather than starting...
By the end of this series, you can expect to have a grasp of what's involved in setting up and building a database-driven Web site. If you follow along with the examples, you'll also learn the basics...
Mike Hillyer explains how to work with BLOB columns using the ADO 2.5 stream object. One of MySQL's strengths is it's use of Binary Large Object (BLOB) columns. These columns store unprocessed binary...
Mike Hillyer explains why he thinks Visual Basic and MySQL are an ideal combination for application development, and the motivation for his continuing series of articles on the subject.
One of the most common sources of trouble for the beginning VB / MySQL developer seems to revolve around which cursor location to use. Related to the cursor location problem is the choice of cursor...
Normalizing your data is the most effective way to decrease storage requirements and increase data integrity. In this article, MySQL AB's Mike Hillyer covers the basics of data normalization.
Here's an interesting discussion on If you're looking for an easy way to setup basic PHP script to work with MySQL, then take a look at this tutorial, which looks at the basics of building a PHP...
In this tutorial, you'll learn the basics about how to publish a document on the Web, and how your readers can access it. This is all accomplished through something called HTTP, the HyperText...