- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
udbcext.h
资源名称:likoxglc.taz [点击查看]
上传用户:canger333
上传日期:2013-01-31
资源大小:454k
文件大小:1k
源码类别:
Oracle数据库
开发平台:
Unix_Linux
- /*
- * udbcext.h
- *
- * $Id: udbcext.h,v 1.1 1996/04/15 15:00:49 source Exp $
- *
- * OpenLink ODBC extensions and changes to the SAG specifications
- * Driver specific constants.
- *
- * (C)Copyright 1993, 1994, 1995, 1996 OpenLink Software.
- * All Rights Reserved.
- *
- * The copyright above and this notice must be preserved in all
- * copies of this source code. The copyright above does not
- * evidence any actual or intended publication of this source code.
- *
- * This is unpublished proprietary trade secret of OpenLink Software.
- * This source code may not be copied, disclosed, distributed, demonstrated
- * or licensed except as authorized by OpenLink Software.
- */
- /**************************************************************************
- *
- * Modification History
- *
- * When Who What
- * -----------------------------------------------------------------------
- * 8/1/96 MPE Created File.
- * 17/2/96 MPE Added extensions from sqlext.h
- *
- */
- #ifndef _UDBCEXT_H
- #define _UDBCEXT_H
- /*
- * OpenLink API Extensions
- */
- #define SQL_GETLASTSERIAL 1048L
- #define SQL_GETLASTROWID 1049L
- /* SQLBindParameter extensions */
- #define SQL_DEFAULT_PARAM (-5)
- #define SQL_IGNORE (-6)
- #define SQL_LEN_DATA_AT_EXEC_OFFSET (-100)
- #define SQL_LEN_DATA_AT_EXEC(length) (-length+SQL_LEN_DATA_AT_EXEC_OFFSET)
- #endif /* _UDBCEXT_H */