diff options
| author | Dan Kalowsky <kalowsky@php.net> | 2002-07-31 13:51:20 +0000 | 
|---|---|---|
| committer | Dan Kalowsky <kalowsky@php.net> | 2002-07-31 13:51:20 +0000 | 
| commit | 2832d8df94ed308320c9be666820f69ccd70acc8 (patch) | |
| tree | b2486afca3e3877ce17c38bc1457010da0caef48 /ext/odbc/php_odbc_includes.h | |
| parent | cc491407de426563ec6a8723cf2339dc2b73a087 (diff) | |
| download | php-git-2832d8df94ed308320c9be666820f69ccd70acc8.tar.gz | |
WS
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
| -rw-r--r-- | ext/odbc/php_odbc_includes.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index a2e1911a2a..d96ee8ba78 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -12,9 +12,9 @@     | obtain it through the world-wide-web, please send a note to          |     | license@php.net so we can mail you a copy immediately.               |     +----------------------------------------------------------------------+ -   | Authors: Stig Sæther Bakken <ssb@fast.no>                            | +   | Authors: Stig Sæther Bakken <ssb@fast.no>                              |     |          Andreas Karajannis <Andreas.Karajannis@gmd.de>              | -   |	        Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support | +   |	      Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support|     +----------------------------------------------------------------------+  */ @@ -221,7 +221,7 @@ typedef struct odbc_result_value {  } odbc_result_value;  typedef struct odbc_result { -    ODBC_SQL_STMT_T stmt; +	ODBC_SQL_STMT_T stmt;  	int id;  	odbc_result_value *values;  	SWORD numcols; @@ -229,8 +229,8 @@ typedef struct odbc_result {  # if HAVE_SQL_EXTENDED_FETCH  	int fetch_abs;  # endif -    long longreadlen; -    int binmode; +	long longreadlen; +	int binmode;  	int fetched;  	odbc_connection *conn_ptr;  } odbc_result;  | 
