Database
A database is a structured collection of records or data.
Language
Platform
Any
License
Any
A Google Custom Search Engine (CSE) now makes it possible to quickly find relevant language and library API reference documentation. The search engine focuses specifically on popular industry...
The aim of this article is to describe process of creation of user defined aggregate function. Oracle 9i was used to prepare and test the function so that it may happen that some parts of the code...
Using XML processing typically simplifies a developer's job--but not when you're programming in c++. Ever wish someone would create the create the C++ equivalent of XMLBeans? Someone has. Find out...
It's rare to write an application these days and not run into the use of XML as a data interchange format. Perl, Java, Python, C#, Ruby, JavaScript, and PHP all have good XML processing libraries....
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,...
Programmers often need to create databases programmatically. This article describes how to use ADO.NET and Visual C++ .NET to programmatically create a Microsoft SQL Server database.
This step-by-step article describes how to call a parameterized Microsoft SQL Server stored procedure using the Open Database Connectivity (ODBC) .NET managed provider and Microsoft Visual C++ .NET.
An introduction to using ADO in C++ - its far simpler than
you'd think!
Sometimes it is necessary to create XML files from a program in C++. It is possible to use the very powerful set of IXMLDOMxxx interfaces, but this may add unnecessary requirements and overhead to...
Designed for C and C++ programmers who are new to XML development, this article gives an overview of tools to assemble in preparation for XML development.
Learn how to export database fields to XML document. This code
exports database fields to XML document. You can use this code
for data export processes. I used Microsoft Visual C++ 6.0 for...
This article demonstrates the basics of accessing a database and retrieving data from that database usingthe ADO.NET data classes.
This page offers access to my collection of style guides for code written in C and C++. A few documents offer some discussion about the value and utility of such style guides.