Browsing articles by " Jorge Reis"
Mar
8
2012

What is an Informix Database?

There are many database management systems out there today.  Different companies offer different versions of their products to provide different solutions.  One of the leading products today in database systems is Informix.  It is a group of relational database management system products by IBM. Informix Database Informix is IBM’s flagship product for integrated solutions and online transaction processing.  At first, Informix stood on its own, with its own company with the same name, but later on, it was acquired by IBM.  Its major competitor is […]

Mar
5
2012

What is a XML Database?

XML, which is short for Extensible Markup Language, is a kind of software that helps systems which share information across different sources, such as through the internet.  Not only that, XML also helps with encoding as well as serializing data. XML database, on the other hand, refers to a kind of software that allows or still retains the first version of any information and stores it even though there is already a new version of the information or even though it is already modified.  This […]

Mar
4
2012

What is JDBC or Java Database Connectivity?

Java Database Connectivity is basically a framework that supports the programs in order to access files from databases, flat files and spreadsheets. The Java database connectivity works by making connections with the user program and transforming into a “backstage” access to the database, regardless of the type of database management system used. Moreover, Java Database Connectivity is an application program interface for Java programs that allows users to gain access on pertinent data by the use of queries. With the use of the Java Database […]

Mar
4
2012

What is ODBC or Open Data Base Connectivity?

ODBC is the short term used for Open Database Connectivity. It is the interface used by programmers to be able to use databases using SQL queries. ODBC is also defined as another method of accessing information that is stored in your computers or even in your office. You can use ODBC to access the databases from Microsoft Access, Excel and dBase. In the perspective of the end-user, ODBC is the best way of accessing information stored in another database without the need of understanding how […]

Mar
4
2012

What is SQL or Structured Query Language?

A structured query language or SQL is a database language used to retrieve information from a database management system. The SQL is considered as the standardized language for programming, extracting and managing files from the database. The SQL is standardized by both the American National Standardized Institute (ANSI) and the International Organization for Standardization (ISO). This means that many databases support the SQL. SQL allows users to extract, edit, supplement and remove data from the database. Moreover, the SQL has a call level interface, which […]

Mar
4
2012

What is High Availability?

In IT terms, high availability is the term used to describe a server or network, and by extension all of the constituent components, that is continuously available for data input, processing, and report querying. In it’s simplest sense, we see high availability in our everyday interactions on the web, it is very rare for the top 10 websites to be offline. The systems and protocols in place largely determine the success or not of a high availability goal, mostly because components fail randomly, and no […]

Mar
4
2012

What is Data Integration?

Data integration involves taking data from two or more databases, sometimes within the same company, and producing meaningful reports from the merged data. Data integration can be thought of as one of the holy grails of IT, and at the same time a major headache for most IT professionals. The vast majority of databases used in corporations are proprietary in nature, designed by the supplier to suit the needs of their querying software, not for integration with other data systems, leading to difficulties creating a […]

Mar
4
2012

What is a Web Database?

Are you running your own website and you constantly want to monitor, update and feed more information to your website?  If your answer to this is yes, then you will definitely need a web database. A web database is commonly used by website owners who sell online products, have a member-based subscription and many more.  Owning a web database will really provide you with the convenience of extracting and manipulating your web features.  You daily tasks will also be organized with the use of a […]

Mar
3
2012

IBM DB2 Database

DB2 or database 2 is basically related to the relational database management system (RDBMS), which is part of the databases created by the IBM group. DB2 works by developing an access to a wide variety of databases or providing an open database environment for several computing platforms. In short, the DB2 database can make a significant change in the database management system. The DB2 database can create a single-user application and transform it to a multi-user system. Moreover, the DB2 database can be run using […]

Mar
3
2012

What is a Transactional Database?

Whenever a user stores or manages data in the database, the user is making a “database transaction”.  The database transaction refers to the work done within a database management system or less likely against a database.  The transaction in the database works independently with other transactions, so users can ensure that all data are coherent, accessible and secure. The significance of making transactions with a database is to provide a more cohesive and coherent transferring of data as well as keeping the data secure from […]