You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
354 B
23 lines
354 B
|
|
//
|
|
// ********* Public OleDB includes
|
|
//
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define OLEDBVER 0x0250 // to include appropriate 2.5 stuff in oledb.h
|
|
|
|
#include <oledb.h>
|
|
#include <oledberr.h>
|
|
#include <msdadc.h>
|
|
#include "msdatt.h"
|
|
#include "rowprov.h"
|
|
#include "svcprov.h"
|
|
#include "msdaguid.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|