Click here to Skip to main content
15,896,154 members
Articles / Desktop Programming / MFC

Database info tool

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
26 Oct 2000 81.2K   2K   39  
Explore the structure of tables (and views)
// MyFieldInfo.cpp: implementation of the CFieldInfo class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "DBInfo.h"
#include "MyFieldInfo.h"

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CMyFieldInfo::CMyFieldInfo()
{

}

CMyFieldInfo::~CMyFieldInfo()
{

}

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior) SOFTHOR
Italy Italy
Too lazy to write something about me...

Comments and Discussions