odbc0odbc.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /******************************************************
  2. Innobase ODBC client library additional header
  3. (c) 1998 Innobase Oy
  4. Created 2/22/1998 Heikki Tuuri
  5. *******************************************************/
  6. #ifndef odbc0odbc_h
  7. #define odbc0odbc_h
  8. #include "ib_odbc.h"
  9. /* Datagram size in communications */
  10. #define ODBC_DATAGRAM_SIZE 8192
  11. /* Communication address maximum length in bytes */
  12. #define ODBC_ADDRESS_SIZE COM_MAX_ADDR_LEN
  13. #endif