38 lines
954 B
C
38 lines
954 B
C
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Test
|
|
//
|
|
// Copyright 1995-2000 Microsoft Corporation.
|
|
//
|
|
// @doc
|
|
//
|
|
// @module IROWFIND.H | header file for IROWFIND
|
|
//
|
|
//
|
|
// @rev 01 | 03-21-95 | Microsoft | Added Autodoc blocks
|
|
// @rev 02 | 09-06-95 | Microsoft | Added OLE DB Header files
|
|
//
|
|
|
|
#ifndef _IROWFIND_H_
|
|
#define _IROWFIND_H_
|
|
|
|
#include "oledb.h" // OLE DB Header Files
|
|
#include "oledberr.h"
|
|
|
|
#include "privlib.h" //include private library, which includes
|
|
//the "transact.h"
|
|
|
|
//-----------------------------------------------------------------------------
|
|
// constants
|
|
//-----------------------------------------------------------------------------
|
|
#define BIGTABLE_ROW_COUNT 60
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|
|
// String constants
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
#endif //_ROWFIND_H_
|