00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef _terimber_orclinc_h_
00029 #define _terimber_orclinc_h_
00030
00031 #if OS_TYPE == OS_WIN32
00032
00033 extern "C"
00034 {
00035 #include <ociap.h>
00036 }
00037
00038 #define SIZE_HDA 512
00039 #define SIZE_CONNECT 128
00040
00041 #ifndef SQL_COPT_SS_INTEGRATED_SECURITY
00042 #define SQL_COPT_SS_INTEGRATED_SECURITY (1200+3) // Force integrated security on login
00043 #endif
00044 #else
00045
00046 extern "C"
00047 {
00048 #define _int64 long long
00049
00050 #include <ociap.h>
00051 }
00052 #endif
00053
00054 #endif // _terimber_orclinc_h_