The Wayback Machine - https://web.archive.org/web/20091005130420/http://www.codeguru.com:80/cpp/data/mfc_database/

CodeGuru
Earthweb Search
Login Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home >> Visual C++ / C++ >> Data >> Database


Database

ADO



[Updated] Data Replication Prototype Using ADO
Rating: none
Aliaksei Sanko - 01/17/2006
Learn about a data replication prototype that uses ADO.

Using ADO from C++
Rating:
Prasun Paul - 03/25/2004
Provides an easy technique to access ADO objects from C++. C++ programmers can enjoy VB like easy ADO programming model by applying this technique.

Doing Database Operations In Batches
Rating:
Tom Archer - MSFT - 02/26/2004
There are times when it is advantageous to perform certain database operations in batch. This excerpt from Extending Applications with the .NET Framework details how and when.

Basic Database Operations with ADO.NET
Rating:
Tom Archer - MSFT - 02/17/2004
Learn about basic ADO.NET operations with this excerpt from Extending MFC Applications with the .NET Framework.

CMyADO'—Making Life Easy for the ADO Coder
Rating:
Nathan Davies - 08/04/2003
This ADO wrapper class can be used to call stored procedures and provides a simple, consistent way to add and retrieve parameters and recordset fields.

Migrating Data Between Excel 2000 and SQL Server 2000
Rating: none
Saugata Rana - 04/14/2003
ADO is used to migrate data from Excel 2000 to SQL Server 2000 using ADO and simple C++.

An ADO Based Data Copying Utility
Rating: none
L. Shyamal - 04/15/2002
This is a simple utility that helps in copying data from one data source to another.

ADOX in Detail
Rating:
Michael Kolechkin - 02/22/2002
This article is about database creation and structure modification using MS ADOX library in a program.

Database Programming ATL
Rating: none
Alboaie Sinicc - 12/21/2001
How to use ATL OLE/DB code with an ADO connection

Creating Database Objects Using ADOX
Rating: none
J. Smits - 10/15/2001
ADOX stands for 'Extended ADO'. It extends ADO in that you can create tables, databases, columns etc. without the use of 'Create Table'-like SQL statements. This code creates an MDB database using ADOX.

ADO Wrapper Classes
Rating:
Dogu Tumerdem - 03/21/2001
Based on Bob Place's ADO tutorial, this set of classes provides a very nice, yet simple wrapper to the ADO interface.

ADO Data Bound Class Wizard
Rating: none
Ly Nguyen - 09/20/2000
ADO-based class that binds member variables to database columns

Interactive SQL Tool (using ADO)
Rating:
George Poulose - 01/30/2000
Interactive SQL Tool (using ADO)

ADO is AOK - Part II
Rating:
Bob Place - 07/27/1999
ADO is AOK - Part II

Error Handling with ADO
Rating: none
Waleed Darwish - 06/19/1999
Error Handling with ADO

Creating a Disconnected Recordset in C++ For VB
Rating: none
Jeff Lundgren - 05/21/1999
Creating a Disconnected Recordset in C++ For VB

ADO is AOK (a simple ADO tutorial)
Rating: none
Bob Place - 04/04/1999
ADO is AOK (a simple ADO tutorial)


ADO.NET



Importing Data into SQL Server
10/02/2007
by William R. Vaughn - Having problems importing large amounts of data? ADO.NET has only one method designed to help with this task: the SqlBulkCopy class exposed in ADO.NET 2.0.

ADO.NET Basics
Rating:
Tom Archer - MSFT - 02/12/2004
Logic dictates that we take a minute to familiarize ourselves with the terms and classes that implement this technology. This book excerpt is a primer for the terminology and main classes associated with disconnected data.


ATL



The Dynamic Database Class Based on ATL/OLE DB Technology
Rating: none
Eugene Khodakovsky - 04/19/2002
This article describes the dynamic class CSQLQuery that is based on the ATL/OLE DB library. Several samples are included..


DAO



How to Use DAO in Visual C++ without MFC
Rating:
Yuriy Tkachenko - 08/30/2005
Use the #import directive and discover the DAO type library.

Using DAO from a DLL
Rating:
Joe Bernier - 03/07/2000
Using DAO from a DLL

DAO ComboBox
Rating: none
Marco Freudenberger - 12/07/1999
ComboBox that links fields from a CDaoRecordset by an ID

Seeking partial strings in CDaoRecordset class
Rating: none
Sharad Kelkar - 04/04/1999
Seeking partial strings in CDaoRecordset class


Database



Multi-Threaded DAO
Rating: none
Jeffrey T. Miller - 10/01/2002
Multi-Threaded DAO

File I/O, Complete Control the Old-Fashioned Way
Rating:
Lance Jepsen - 08/19/2002
Although using MFC's built-in serialization capabilities is a handy way to save and load data, sometimes you need more control over the file-handling process.

AccessLog -
Rating: none
Luca Piergentili - 11/07/2001
How to give an XBase fashion to the Berkeley DB library

CDataFile Class
Rating: none
LiQintao - 10/02/2001
The CDataFile class is used to create and modify data files such as *.ini and *.cfg.

Interactive SQL Tool (using MFC)
Rating: none
George Poulose - 01/30/2000
Interactive SQL Tool (using MFC)

Sample Database Program Using Dialog Interface
Rating:
Joel McAlduff - 08/03/1999
Sample Database Program Using Dialog Interface

Accessing the Borland Database Engine (BDE) from Visual C++
Rating: none
Robert Pittenger - 06/19/1999
Accessing the Borland Database Engine (BDE) from Visual C++

DateTime with ODBC
Rating:
Massimo Colurcio - 04/03/1999
DateTime with ODBC

CByteArrayFile -- A class used to serialize object with database field
Rating: none
You HongJiang - 04/03/1999
CByteArrayFile -- A class used to serialize object with database field

Asynchronous Query Execution
Rating: none
Vachik Hovhannissian - 02/11/1999
Asynchronous Query Execution

Using a Virtual CListView with a Dynaset
Rating:
Sam Fugarino - 08/06/1998
Using a Virtual CListView with a Dynaset

RFX_Date using COleDateTime
Rating: none
Dan Querciagrossa - 08/06/1998
RFX_Date using COleDateTime

Using DBGrid in Unbound Mode
Rating: none
Adrian Roman - 08/06/1998
Using DBGrid in unbound mode

Using DAO to read data sources other than MS Access
Rating: none
John Vannoy - 08/06/1998
Using DAO to read data sources other than MS Access

Classes for direct SQL calls with ODBC
Rating: none
Dave Merner - 08/06/1998
Classes for direct SQL calls with ODBC

The Generic recordset
Rating: none
Bob Place - 08/06/1998
The Generic recordset

Usefull addons to CDaoTableDef
Rating: none
Robin Imrie - 08/06/1998
Usefull addons to CDaoTableDef

RFX_Date alternative
Rating: none
Jarek Jaskolski - 08/06/1998
RFX_Date alternative

DAO multi-threading tips
Rating:
John Bundgaard - 08/06/1998
DAO multi-threading tips


Dynamic Data Access



Accessing Your Database with C++ Is as Easy as DTL
Rating:
Victor Volkman - 09/23/2005
Go one step beyond the Standard Template Library (STL) with the Database Template Library (DTL), which offers many advantages over the traditional procedural approach to database access.

Getting Records from the Remote Device
Rating:
Nancy Nicolaisen - 12/02/2004
Explore techniques for retrieving records from a remote database.

RAPI and Remote Database Access
Rating: none
Nancy Nicolaisen - 10/15/2004
Learn to use RAPI to find and access remote databases.

Using ODBC to Dynamically Query Your Data Stores
Rating:
Tom Archer - MSFT - 03/08/2000
CODBCDynamic - A class to dynamically read data from any ODBC data source

ODBC Dynamic Connection
Rating: none
Hussam Ahmad - 07/29/1999
Set of classes to provide dynamic access to ODBC-datasources

QueryDef - a complete implementation of a dynamic recordset
Rating:
Eugen Paval - 03/01/1999
Sourcefiles added (RecordsetPatch.dll)


Microsoft Access



Compact an Access Database Programmatically
Rating: none
jibesh - 08/18/2003
Compact an Access database and change the password of the compacted database programmatically. This can be done without installing Microsoft Access.

Retrieving, Writing, and Creating Data in a Microsoft Access File (CDaoDatabase and CDaoRecordset)
Rating: none
Aviad Tobaly - 09/25/2002
Discover how to create, write, and retrieve data from a Microsoft Access file (.MDB)quickly, dynamically, and simply.

Mix the MFC Document/View and MS Access Database Applications
Rating: none
Vladimir Zubov - 12/11/2001
The combination of MS Access/VBA and Visual C++/MFC allows developers to effectively resolve tasks of any complexity. This alliance is especially effective for development of data mapping system, such as graphics, multimedia, GIS, CAD etc.

System DSN to Access DB
Rating:
J. Smits - 11/21/2001
Creating a system DSN to an Access database at runtime in Visual C++.

Access Automation from Visual C++
Rating: none
Rafat Sarosh - 02/09/2000
Access Automation from Visual C++

Embedding OLE Objects Into an Access Database
Rating:
Vigen Dolbakyan - 07/29/1999
Embedding OLE Objects Into an Access Database

JetSQL - SQL script interpreter for MS Jet
Rating: none
Pavel Klocek - 07/28/1999
JetSQL - SQL script interpreter for MS Jet

CAccessReports - Class for Printing and Viewing MS Access Reports
Rating:
Tom Archer - MSFT - 03/04/1999
Class that allows Viewing and Printing of MS Access reports from within Visual C++ applications

Storing "Paint Brush" images in a Access DB
Rating: none
Luigi Ottoboni - 03/01/1999
Inc. how to store a BLOB.

Create Access data source name dynamically
Rating: none
Madhava V - 03/01/1999
Create Access data source name dynamically


Microsoft Excel



[Updated] Microsoft Excel Automation Class
Rating:
Val Golovlev - 04/25/2006
Learn to implement and OLE and IDispatch interface to access basic Excel functions from a C++ application.

Legacy Integration with BizTalk Server
Rating: none
Syed Hameed - 05/11/2004
Learn how to integrate an Excel spreadsheet with BizTalk Server.

CSpreadSheet
Rating:
Yap Chun Wei - 02/19/2002
A class to read and write to Excel and Text Delimited Spreadsheets.

Reading Excel files using ODBC
Rating: none
Alexander Mikula - 05/15/1999
Reading Excel files using ODBC

Easy creation of Excel Sheets using only the ODBC
Rating:
Alexander Mikula - 05/15/1999
Easy creation of Excel Sheets using only the ODBC


Misc.



[Updated] SQLiteTbl, a C++ Class that Provides a CRecordSet-Like Interface to SQLite
Rating: none
Brad Kremer - 12/10/2008
Explore a CRecordSet-like interface to a SQLite database table.

Create MySQL 5.1 Storage Engine Plugins Under Win32
Rating: none
Ludwig Ertl - 11/15/2007
A MySQL Storage engine requires functions that MySQL provides. Therefore, you normally need to link it into mysqld-core under Windows because mysqld.exe doesn't export all required functions (because it's an .exe, not a .dll). So, you're unable to import the required functions in our Plugin. Learn a possible way to circumvent this limitation by using the .map files that are provided with MySQL.

Visual FoxPro: Its Day Has Finally Come
Rating:
Bradley Jones - 03/14/2007
If you thought the end of Visual FoxPro had already happened, then you are wrong. Its end is now.

MySQL UDFs
Rating:
DarkLizener - 09/19/2006
Learn how to extend MySQL with your own functions in C/C++.

Identity Management with Microsoft Identity Integration Server
Rating: none
Jeffrey Juday - 07/22/2005
Identity management with Microsoft Identity Integration Server (MIIS) not only saves time and money; it also eases the burden on end-users and enhances security. Learn how to create an MIIS solution.

[Updated] Delaunay Triangles
Rating:
Sjaak Priester - 07/19/2005
Learn about an algorithm to calculate this intriguing and important data structure in computer graphics.

MySQLWrapp: MFC-Extension Library for MySQL
Rating:
Ovidiu Cucu - 06/28/2005
A collection of C++ classes for working with MySQL databases, easy to integrate in an MFC application.

An Example of a Loan Processing Service Using Globus Toolkit for Grid Services
Rating: none
Birali Hakizumwami - 05/03/2005
Learn about the Open Grid Services Infrastructure (OGSI) software model.

Using Database Engines in a Mobile Application
Rating: none
Alex Gusev - 05/17/2004
Learn how to use databases on mobile devices.

The Longhorn Speech API, an Initial Glance
Rating: none
Jason Nadal - 04/26/2004
The Longhorn speech API offers baked-in functionality for voice commands inside the operating system.

Adding Records to an Open Database in Windows CE
Rating: none
Nancy Nicolaisen - 03/29/2004
What would a database be without some data? Discover how to add records in a CE database application.

Comparing Recordsets in a Database
Rating: none
Thomas Aust - 09/19/2002
Compare and verify the results of changes in a database structure. You can define a set of queries that can dump their results to a file. These files then can be easily compared.

Creating a Custom Database Class That Uses IStorage
Rating: none
Vyatcheslav Archibasov - 09/05/2002
If the possibilities of using the usual wrappers DAO or ADO do not satisfy your requirements, a solution can be the organization of your own database...

Portable File Class
Rating: none
Dmitry Khudorozhkov - 08/12/2002
A file class that can be used on non-Windows machines as well as Windows machines.

Direct SQL Calls With ODBC and STL
Rating: none
Ian Duff - 01/03/2002
Calling SQL with the STL.

ARSdb - Abstracted Database and Recordset Classes
Rating: none
Mark Tutt and Stan Finkler - 07/30/1999
"Function seam" for database access

Using Microsoft Query to design your queries
Rating: none
Rick Blommers - 06/19/1999
Using Microsoft Query to design your queries

Solving the ODBC "Data truncated" error
Rating: none
Jason Kat - 03/01/1999
Solving the ODBC "Data truncated" error

Tips: ODBC '& Access database
Rating: none
Claude Turner - 03/01/1999
Tips: ODBC '& Access database

Determine if DAO Jet engine version 3.5 is installed
Rating: none
Thomas Blenkers - 03/01/1999
Determine if DAO Jet engine version 3.5 is installed

Print Mailing Labels
Rating: none
Larry Hansen - 03/01/1999
Print Mailing Labels

How to use RecordSets without using the AppWizard at the creation of your project
Rating: none
Braulio Diez - 03/01/1999
How to use RecordSets without using the AppWizard at the creation of your project


ODBC



Managed Extensions: Using the .NET ODBC Classes to Read Text Data
Rating:
Tom Archer - MSFT - 09/14/2004
Tom Archer explains how to use the Microsoft Text Driver and the .NET ODBC Classes to read formatted text data.

Ultra Simple DB Class Interface for ODBC
Rating: none
Mark Henri - 09/12/2003
The ODBC API has a lot of power and flexibility, but sometimes you just want to get the data without all the effort. Hence, these simple class wrappers. (The article, demo project, and source code were updated.)

A Simple and Smart ODBC Wrapper Library
Rating: none
Nick E. Geht - 10/02/2002
Direct usage of ODBC is very complex. Anybody who tries to work with ODBC will agree with this statement. This small and smart ODBC wrapper makes working with ODBC much simpler.

Executing Multiple Firect ODBC SQL Calls
Rating: none
Dale Harkness - 03/01/2002
Have you ever tried to issue multiple direct ODBC calls only to have some of the calls after the first fail?

Database Template Library
Rating: none
Corwin Joy & Michael Gradman - 03/14/2001
The authors of this library have combined the flexibility of templates with the power of ODBC to create a truly unique and robust library for database access!!

Browsing for ODBC Data Source Names (DSN)
Rating:
Emil Gustafsson - 06/24/2000
C++ class that enumerates the system's ODBC DSNs

Using ODBC Connection Pooling with CDatabase (under MFC)
Rating: none
James R. Twine - 08/03/1999
Using ODBC Connection Pooling with CDatabase (under MFC)

Fixing ODBC Filter Strings
Rating: none
Dean Grimm - 05/17/1999
Fixing ODBC Filter Strings


OLE DB



Managed Extensions: Using the .NET OLE DB Classes to Read Text Files
Rating:
Tom Archer - MSFT - 09/28/2004
Tom Archer illustrates how to use the .NET OLE DB classes to read text files.

EXPRESS OLE DB Library for C++
Rating:
Ghanshyam Naik - 03/19/2002
A complete library that is feature-rich, light-weight, lightening fast, and most easy to use. Library download added to site.

Extended OLEDB library : Ease of ADO, power of OLEDB
Rating: none
Ghanshyam Naik - 12/04/2001
This article presents a set of classes that are extended from ATL consumer template classes for OLEDB. While these classes provide added flexibility and functionality like ADO, they still retain the power and performance of consumer template classes.

Programmatically Invoking the OLEDB Data Link Config Dialog
Rating: none
Tony Johnson & Chris Wilcock - 02/02/2000
Programmatically Invoking the OLEDB Data Link Config Dialog

OLE DB Templates - A light and simple Data Access Method
Rating:
Dick Warg - 07/03/1999
Simple console application example of using OLE DB


Object Oriented



Top 10 Must-Have Features in O/R Mapping Tools
Rating:
Iqbal2004 - 11/10/2005
Learn about 10 things your O/R mapping tools must have to be more efficient.

C++ Object-Oriented Database Generator
Rating: none
Robert Pittenger - 04/16/1999
C++ Object-Oriented Database Generator


Oracle



Faster and Friendlier Access to Oracle's OCI API
Rating:
Victor Volkman - 05/13/2008
Why get bogged down in the quicksand of the Oracle Call Interface (OCI) when you can get the same service with less code and fewer headaches with Vincent Rogier's OCILIB?

Oracle 10G Development & Design: Heterogeneous Database Access
Rating: none
Boris Makushkin - 04/11/2005
Learn about access from Oracle to heterogeneous data on a Microsoft CRM database.

Using Pipelined Table Functions (Oracle 9i)
Rating: none
Toji Mammen George - 03/12/2003
An overview of the usage of Pipelined Table Functions, introduced in Oracle 9i, which enable accepting and returning multiple rows using Table Functions in PL/SQL.

A Lightweight C++ Wrapper over Oracle's OCI Library - OraLib
Rating: none
Bobi B. - 07/26/2002
A C++ library, wrapper over Oracle's OCI library. OraLib saves you low-level function (API) calls and takes care of the low-level knowledge you should otherwise possess.

Oracle Call Interface Classes
Rating: none
Fabio Angelini - 07/30/1999
Oracle Call Interface Classes

A Wrapper for the Oracle Call Interface
Rating: none
Ben Bryant - 07/03/1999
A Wrapper for the Oracle Call Interface


SQL Server



Deploying and Configuring SQL Server Integration Services Packages Without the Wizard
10/02/2008
By Dee Quang - Ever get confused by or dislike using the SQL Server Integration Services deployment wizard? Learn how to manually deploy the packages to SQL Server 2005 and configure the packages in a multitude of ways as well.

Ponderings about the Tech Ed 2007 Keynote
Rating: none
Bradley Jones - 06/12/2007
The people at Microsoft are busy with lots of products. Did someone forget that they should be excited about them?

Temporary Tables vs. Table Variables and Their Effect on SQL Server Performance
Rating: none
Dmitry Tsuranoff - 05/31/2007
Follow an experiment and draw interesting conclusions on where and when to use temporary tables or table variables.

Report Solution Patterns and Recipes: Creating Sparklines
Rating:
Paul Turley - 05/15/2007
In the last of this three-part SQL Server Reporting Services recipe series, Wrox author Paul Turley shows how to create the graphics for word-size graphics that visualization pioneer Edward Tufte dubbed sparklines.

Forging Transact SQL Code with CodeSmith
Rating: none
Jeffrey Juday - 02/28/2007
If you're haven't used CodeSmith for your TSQL coding yet, now's the time. This template-based code generator enables you to add fire-and-forget programming to your TSQL development.

SQL Server 2005 Compact Edition: The Little Engine That Can
Rating:
Josh Fitzgerald - 01/16/2007
Microsoft SQL Server 2005 Compact Edition provides relational database functionality for mobile and desktop applications through a lightweight and easily distributable engine. Take a look under the hood.

Tip: SQL Express Configuration Issue
Rating: none
Sushankar layak - 12/14/2006
Learn how to conquer a SQL Express 2005 remote connection issue.

News: Don't Embed That Database!
Rating:
Bradley Jones - 11/09/2006
Did you replace MSDE with SQL Server 2005 Express Edition? Did you make the wrong move?

Getting Started with SQL Server Service Broker
Rating: none
Mike Gunderloy - 10/31/2006
Learn how the Service Broker provides the "plumbing" to let you pass messages between applications, using SQL Server as the transport mechanism.

Designing a SQL Service Broker Control Bus
Rating: none
Jeffrey Juday - 10/02/2006
SQL Server Management Studio just doesn't cut it for complicated configuration and monitoring implementations. Learn how to implement your own SQL Service Broker (SSB) control bus solution to serve the needs of complex SQL Server-based messaging solutions.

SQL Server 2005 Service Broker Plays Well with Older Relatives
Rating: none
Jeffrey Juday - 09/08/2006
You can leverage SQL 2005 Server Service Broker with existing technologies such as SQL Server 2000 and MSMQ. BizTalk and SSB external activation are viable options, but a simple polling solution is easier.

Using SQL Server to Implement the Publish-Subscribe Integration Pattern
Rating: none
Jeffrey Juday - 07/31/2006
Utilizing design patterns with SQL Server 2005 Service Broker enables you to assess and select appropriate solutions for all of your SQL Server 2005 asynchronous messaging needs.

Incorporate Data Warehouse QA Checks into MOM 2005
Rating: none
Jeffrey Juday - 06/12/2006
Microsoft Operations Manager 2005 (MOM) is a very capable monitoring tool, but it's limited when it comes to quality assurance. Learn how to use WMI and MOM's rules and notification capabilities to run automated data warehouse QA checks.

Database Visualization
Rating: none
VGirish - 06/07/2006
When handling a project with hundreds of tables, it takes some time to understand the flows. Learn how to create a simple tool for Visualizing database tables and relations.

SQL Server 2005 Programmability Enhancements — Common Table Expressions
Rating: none
Scott Klein - 05/16/2006
There is a plethora of new T-SQL features and enhancements in SQL Server 2005. Learn about one of them — specifically, Common Table Expressions (CTE), because they often come in handy.

User-Defined Functions: Powerful Alternatives to Views and Stored Procedures
Rating:
Jeffrey Juday - 04/14/2006
Table-valued user-defined functions (UDFs) are functionally similar to views but structurally similar to stored procedures, giving them all the important features of views and stored procedures and some additional functionality that they lack.

Storing Session State in a SQL Server Database
Rating:
Bipin Joshi - 04/05/2006
In ASP.NET 2.0, you can customize the session state store as per your requirement. Explore one of the scalable and reliable approaches for storing session variables—SQL Server.

Put Some "BAM" in Your Next BizTalk 2004 Project
Rating: none
Jeffrey Juday - 02/24/2006
Need to gather some metrics on the steps within your BizTalk 2004 Orchestration? Check out Business Activity Monitoring (BAM).

Using the SQL Server 2005 Integration Services Class Library
Rating:
Jeffrey Juday - 12/02/2005
Learn how to extend SQL Server 2005 Integration Services (SSIS), the new ETL tool that ships with SQL Server 2005, to perform operations that aren't already bundled with the product.

Solving the Mysteries of SQLCLR and System.Transactions
Rating: none
Sahil Malik - 10/17/2005
When you write to an underlying table via a CLR database object, a number of questions come up. Get the answers—along with a breakdown of how System.Transactions, a new .NET namespace, can help.

Writing Database Objects in CLR: Advanced Scenarios
Rating: none
Sahil Malik - 09/21/2005
When you write code to be run inside SQL Server 2005, you usually want to deal with other database objects. Learn how to write a CLR-stored procedure that uses a simple table valued function to handle that scenario in a couple of ways.

Writing Database Objects in CLR
Rating:
Sahil Malik - 09/14/2005
You can use CRL to author a number of database objects. Follow a canonical example that explains the main steps involved in using and creating a CLR object inside SQL Server 2005.

An Intro to CLR Integration in SQL Server 2005
Rating:
Sahil Malik - 08/19/2005
Learn all you need to know about the CLR integration available in SQL Server 2005. Get a high-level introduction, followed by a discussion of the implications of writing database objects in CLR code and a comparison with existing alternatives such as T-SQL or extended stored procedures.

Introduction to SQL Server Report Builder
Rating: none
Mike Gunderloy - 07/15/2005
SQL Server 2005 is the first version to include end user reporting capabilities. See how the new Report Builder makes it easy for analysts to generate reports while avoiding the performance pitfalls of completely ad hoc reporting.

Understanding Hibernate ORM for Java/J2EE
Rating:
Saritha S.V - 07/12/2005
Hibernate is the most popular and most complete open source object/relational mapping solution for Java environments. Learn Hibernate by using a simple Java application.

Explore SQL Server 2000 DTS Packages Using .NET and the DTS Class Library
Rating: none
Jeffrey Juday - 05/03/2005
Before embarking a major database change such as upgrading to SQL Server 2005, how do you assess the scope of the change on your DTS packages? Use the DTS class library and .NET Interop.

SQL Server Integration Services: SQL Server 2005's New ETL Platform
Rating: none
Thiru Thangarathinam - 04/14/2005
Learn how to create and execute packages using SQL Server 2005's new ETL platform SQL Server Integration Services and its integrated development environment, Business Intelligent Development Studio.

Managing the "Surface Area" of SQL Server 2005
Rating: none
Mike Gunderloy - 04/12/2005
Learn about the new security feature Microsoft is focusing on with SQL Server 2005.

What's New in ADO.NET 2.0 for SQL Developers
Rating: none
Dino Esposito - 04/04/2005
ADO.NET 2.0 introduces enhancements to the .NET provider model and SQL Server managed provider, which go a long way towards getting better support for specific database features within the boundaries of a common object model.

Implement User-Defined Functions in SQL Server 2005 with Managed Code
Rating:
Thiru Thangarathinam - 08/26/2004
SQL Server 2005's integration with the .NET common language runtime enables developers to create database objects such as user-defined functions using languages such as VB.NET and C#.

New HTTP Endpoints Create SQL Server 2005 Web Services
Rating: none
Peter DeBetta - 08/05/2004
SQL Server 2005 supports native HTTP SOAP via a feature known as HTTP Endpoints. Find out how this new feature makes the creation of Web services a snap.

Accessing The Registry From SQL Server
Rating:
dinesh123 - 07/02/2004
Learn how to find the country list from a computer's registry. You see how to read and write to the directory from SQLServer.

Generate Complex Next Numbers with SQL Server
Rating:
dinesh123 - 07/01/2004
Generating 'next numbers' numbers in SQLServer should not be a problem. But problema arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. Learn how to tackle this problem in different scenarios.

Cursors
Rating:
Ali Sufyan - 05/14/2004
An explanatory article on cursors in SQL Server.

Sample Chapter: Efficient PL/SQL
02/05/2004
When used intelligently, PL/SQL can build applications that perform well, are resilient to change over time, and scale to large user populations.

User Management in Software Systems Using a SQL Server Database
Rating: none
Dinesh Asanka - 12/19/2003
How to manage user privileges in a SQL Server database system.

SQLServer Search Dialog Class
Rating: none
Marcos Lima - 02/11/2001
You simply add your search fields to a dialog resource and this class does the rest to give your users a great SQL Server search dialog!

Enumerate, Detach and Copy SQL Server Databases
Rating:
Mark McGinty - 12/20/1999
Very advanced functions for use with SQL Server databases


Stored Procedures



Hierarchical TableAdapters 301
Rating: none
William R. Vaughn - 08/08/2007
Are you having problems setting up a TableAdapter that can be fed from stored procedures instead of base tables? Here is a road map to guide you to success.

[Updated] Extracting/Copying Users and Permissions Between Databases
Rating:
Mark McGinty - 08/17/2006
Learn about a pair of stored procedures that can dump all users, role memberships, and permissions in a database, or copy them from one database to another.

WinFS Basics: Working with a Data Store
Rating: none
Sahil Malik - 01/30/2006
Introducing the next step in information storage on the Windows platform: WinFS, an active storage platform. Learn the basic operations that you can perform on a WinFS data store.

The Anatomy of a CE Database Record
Rating: none
Nancy Nicolaisen - 12/17/2004
Discover how to interpret retrieved records from a remote database and format them for display.

Using Stored Procedures with ATL
Rating: none
Chris Davis - 07/25/1999
Using Stored Procedures with ATL

A class to call stored procedures that do not return records
Rating: none
Jorge Lodos - 03/01/1999
A class to call stored procedures that do not return records

Calling Stored Procedures
Rating: none
Craig Lucas - 03/01/1999
Calling Stored Procedures

Using stored procedures with ADO
Rating: none
Chakrapani Ramachandran - 03/01/1999
Using stored procedures with ADO


XML



A Kick-Start to SAX with C++, Part 1
Rating:
Marius Bancila - 03/10/2006
Learn how to process XML documents' content with the Microsoft COM implementation of Simple API for XML (SAX).

Using DDL Triggers to Manage SQL Server 2005
Rating: none
Jeffrey Juday - 09/28/2005
Get an introduction to the extended SQL Server 2005 trigger functionality that Data Definition Language (DDL) triggers provide for both databases and servers.

The Fundamentals of the SQL Server 2005 XML Datatype
Rating:
Jeffrey Juday - 08/31/2005
SQL Server 2000 developers and DBAs who've been yearning for better XML support in SQL Server will be pleased with the new XML datatype in SQL Server 2005. If you're one of them, learn the fundamentals of the datatype so you can get going.

Loading Blowfish-Encrypted Data Into an MSXML2 DOM Object
Rating:
Tom Archer - MSFT - 06/15/2005
Learn how to use helper functions that (by utilizing a popular Blowfish class) open and decrypt an XML file in memory and then load that memory—without writing it to disk—into a DOM object.

[Updated] XmlSS.NET Spreadsheet Component
Rating: none
gianca - 10/15/2004
Learn new ways to work with Excel spreadsheets through the use of XML.

.NET and XML: Part 1—XPath Queries
Rating:
Klaus Salchner - 07/19/2004
This is the first of a series of articles that evaluates how well .NET supports XML and its surrounding standards. This article provides a good overview of the power of XPath queries.

Enterprise Application Integration (EAI) Using XML
Rating:
Syed Hameed - 03/26/2004
Best Practices and Standards in EAI must be practiced for reducing costs and increasing the effeciency for any EAI application.

Creating XML files from C++ programs
Rating: none
Petko Popov - 09/28/2001
Sometimes it is necessary to create XML files from a program in C++...







internet.commediabistro.comJusttechjobs.comGraphics.com

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs