Other News

Community

DB2: IMPORTing and EXPORTing

Here are some quick and dirty instructions on how to import data that you have in a file into a DB2 table. Likewise, you can export the data from a DB2 table into a file. The DB2 commands, surprise, are named import and export, respectively. Yes, Virginia, there is a DB2 load command. It offers

Community

Lock Basics

(Vinod Kumar) Understnading the various locking mechanism is one of the important aspects for developing Online Transaction Processing (OLTP) applications. Now before we get into how the locks are handled, Why Locks on first place? As any databse for that matter has to maintain the concurrency and c

Community

Creating Tables in XML Schemas

You can create tables and columns in XML Schemas in order to validate that table representations in XML data contain valid structure as well as valid data types. In XML Schemas, tables can be constructed manually or automatically with the XML Designer depending on the availability of a data sourc

Community

Advanced PHP and XML tutorial

A data model is like a blueprint of a house. It is important to get it right or it can lead to disaster. This are the parameters to be defined: –the data entities to be stored –the size of table columns –datatypes –which columns can have NULL value –constraints on certain data –relatio