sql.h (24201887) sql.h (acaca342)
1/*
2 * sql.h
3 *
1/*
2 * sql.h
3 *
4 * $Id: sql.h,v 1.9 2006/01/20 15:58:34 source Exp $
4 * $Id: sql.h,v 1.11 2009/09/09 20:06:24 source Exp $
5 *
6 * ODBC defines
7 *
8 * The iODBC driver manager.
9 *
10 * Copyright (C) 1995 by Ke Jin <kejin@empress.com>
5 *
6 * ODBC defines
7 *
8 * The iODBC driver manager.
9 *
10 * Copyright (C) 1995 by Ke Jin <kejin@empress.com>
11 * Copyright (C) 1996-2006 by OpenLink Software <iodbc@openlinksw.com>
11 * Copyright (C) 1996-2009 by OpenLink Software <iodbc@openlinksw.com>
12 * All Rights Reserved.
13 *
14 * This software is released under the terms of either of the following
15 * licenses:
16 *
17 * - GNU Library General Public License (see LICENSE.LGPL)
18 * - The BSD License (see LICENSE.BSD).
19 *

--- 60 unchanged lines hidden (view full) ---

80
81/*
82 * Set default specification to ODBC 3.51
83 */
84#ifndef ODBCVER
85#define ODBCVER 0x0351
86#endif
87
12 * All Rights Reserved.
13 *
14 * This software is released under the terms of either of the following
15 * licenses:
16 *
17 * - GNU Library General Public License (see LICENSE.LGPL)
18 * - The BSD License (see LICENSE.BSD).
19 *

--- 60 unchanged lines hidden (view full) ---

80
81/*
82 * Set default specification to ODBC 3.51
83 */
84#ifndef ODBCVER
85#define ODBCVER 0x0351
86#endif
87
88/*
89 * Include Windows style defines and typedefs on Unix
90 */
91#ifndef _IODBCUNIX_H
92#include <odbc/iodbcunix.h>
93#endif
94
95#ifndef _SQLTYPES_H
96#include <odbc/sqltypes.h>
97#endif
98
99#ifdef __cplusplus
100extern "C" {
101#endif
102

--- 1092 unchanged lines hidden ---
88#ifndef _SQLTYPES_H
89#include <odbc/sqltypes.h>
90#endif
91
92#ifdef __cplusplus
93extern "C" {
94#endif
95

--- 1092 unchanged lines hidden ---