Database
A database is a structured collection of records or data.
Language
Any
Platform
Any
License
Any
In case you haven't heard by now, the hottest buzzword in the realm of web technology is AJAX (as coined in an Adaptive Path essay). The crux of the AJAX framework is the XMLHttpRequest JavaScript...
The Fink package system provides easy access to a huge library
of third-party tools and software. Watch as it simplifies the
next phase of development in the photo kiosk built on a Mac
mini.
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...
Java technology and XML are arguably the most important programming developments of the last five years. The Java API for XML Processing (JAXP) lets you validate, parse, and transform XML using...
While working on some project our developer encountered the mistakes and concealments in documentation on MS Exchange. The developer conducted his own research to solve the problems he had come...
Just how does Google update its whole index? This is a rather broad question, but we will explain each and every step that Google takes every month to ensure its database is the most relevant and of...
Calling widespread bad habits in database administration "deadly" may seem extreme. However, when you consider the critical nature of most data, and just how damaging data loss or corruption can be...
Databases are an inevitable part of most of the real world applications. Deploying such database centric applications has always been tricky in all the platforms, be it Microsoft Visual Basic 6,...
Reduce the number of database hits and improve your Web application's efficiency when you load common shared list values only once. In this code-filled article, learn to load the values for drop-down...
Oracle is one of the most popular databases in the world, also Active Server Pages (ASP) is a powerful server-side scripting language widely used to build dynamic Web pages. There are many ASP...
Embedded SQL is a method of combining the computing power of a high-level language like C/C++ and the database manipulation capabilities of SQL. It allows you to execute any SQL statement from an...
PL/SQL stands for Procedural Language/SQL. PL/SQL extends SQL by adding constructs found in procedural languages, resulting in a structural language that is more powerful than SQL