34 lines
782 B
C
34 lines
782 B
C
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Test
|
|
//
|
|
// Copyright 1995-2000 Microsoft Corporation.
|
|
//
|
|
// @doc
|
|
//
|
|
// @module SCOPEDCMD.H | SCOPEDCMD header file for test modules.
|
|
//
|
|
//
|
|
// @rev 01 | 03-21-95 | Microsoft | Created
|
|
// @rev 02 | 09-06-95 | Microsoft | Updated
|
|
//
|
|
|
|
#ifndef _SCOPEDCMD_H_
|
|
#define _SCOPEDCMD_H_
|
|
|
|
#include "oledb.h" // OLE DB Header Files
|
|
#include "oledberr.h"
|
|
|
|
#include "privlib.h" //include private library, which includes
|
|
//the "transact.h"
|
|
#define ROOTBINDER 0
|
|
#define SESSIONBINDER 1
|
|
|
|
//-----------------------------------------------------------------------------
|
|
// String constants
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
#endif //_SCOPEDCMD_H_
|