Click here to Skip to main content
15,886,578 members
Articles / Database Development / SQL Server

DataLayer - Freeware ODBC Library

Rate me:
Please Sign up or sign in to vote.
4.88/5 (29 votes)
10 Jan 2006CPOL7 min read 135.8K   4.9K   62  
An article on a simple ODBC SDK wrapper library.
// stdafx.cpp : source file that includes just the standard includes
//	DataLayer.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Elektromehanika d.o.o. Nis
Serbia Serbia
He has a master degree in Computer Science at Faculty of Electronics in Nis (Serbia), and works as a C++/C# application developer for Windows platforms since 2001. He likes traveling, reading and meeting new people and cultures.

Comments and Discussions