//-------------------------------------------------------------------- // Microsoft OLE DB Test // // Copyright 1995-2000 Microsoft Corporation. // // @doc // // @module DATALITE.H | DATALITE header file for test modules. // // // @rev 01 | 03-21-95 | Microsoft | Created // @rev 02 | 09-06-95 | Microsoft | Updated // #ifndef _DATALITE_H_ #define _DATALITE_H_ #include "oledb.h" // OLE DB Header Files #include "oledberr.h" #include "initguid.h" #include "privlib.h" //include private library, which includes //the "transact.h" #include "msdadc.h" #include "msdaguid.h" //----------------------------------------------------------------------------- // String constants //----------------------------------------------------------------------------- #endif //_DATALITE_H_