Friday, May 27, 2011

A Relational Database Management System (RDBMS)

A Relational Database Management System (RDBMS) is a Database Management System (DBMS) that is based on the relational model. Most database systems today are based on this type of system. A database is a vital system for any organisation that stores...
READ MORE - A Relational Database Management System (RDBMS)

The DCL identifies

The DCL identifies two levels of technical priorities for Linux in the data center: Priority One Capabilities are considered the most important for data center readiness for Linux, while Priority Two Capabilities are those intended to stimulate thought...
READ MORE - The DCL identifies

Monday, May 16, 2011

Creating a DNS Server, Web Server and Database Server Using Linux Fedora 8

Creating a DNS Server, Web Server and Database Server Using Linux Fedora 8 DNS server and LAMP using Fedora Linux I have ever actually write in my previous article, about DNS Server Linux, Linux Web Server. With the aim of helping fellow who just happened...
READ MORE - Creating a DNS Server, Web Server and Database Server Using Linux Fedora 8

Open Source Databases

Open Source Databases Even as Linux has garnered support by all of the major commercial database vendors, the freely available open source databases have grown in sophistication and features. Below follows a partial list of some of the more popular of...
READ MORE - Open Source Databases

Wednesday, May 11, 2011

Common Attributes Apache Tomcat Configuration

Common Attributes Apache Tomcat Configuration Attribute Description className Java class name of the implementation to use. This class must implement the org.apache.catalina.Server interface. If no class name is specified, the standard implementation...
READ MORE - Common Attributes Apache Tomcat Configuration

DataSourceDefinition Annotation

DataSourceDefinition Annotation Apache Derby is the Apache DB subproject, it is entirely written using Java, is an open source relational database, its size is very small, basic engine with JDBC driver is only 2.6MB, it supports the SQL standard, it...
READ MORE - DataSourceDefinition Annotation

Tuesday, May 3, 2011

Creating The Table In PHP

Creating A Table Before you can do anything with your database, you must create a table. A table is a section of the database for storing related information. In a table you will set up the different fields which will be used in that table. Because...
READ MORE - Creating The Table In PHP

Selecting A Database

Selecting A Database Here's something that's not too complicated: to select a MySQL database in PHP use the mysql_select_db ( ) function, like this: mysql_select_db ("mydatabase"); Couldn't be simpler, as long as everything went well -- more on that...
READ MORE - Selecting A Database
 
THANK YOU FOR VISITING