Date: 10/16/01
- Next message: DL Neil: "Re: [PHP-DB] Re: UPDATE table problem"
- Previous message: B. PERRINE: "Re: [PHP-DB] PHP to Oracle9"
- In reply to: Curtis Nelson: "Re: [PHP-DB] adabas and unified odbc driver"
- Next in thread: Curtis Nelson: "Re: [PHP-DB] adabas and unified odbc driver"
- Reply: Curtis Nelson: "Re: [PHP-DB] adabas and unified odbc driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Curtis Nelson wrote:
> Hmm. Shorter compile time, same error. I've tried this in many
> different configurations with tdifferent option turned off or on, and
> cleaned the environment up as much as possible. I can't get it to error
> in any other way than at that one file and one line, so I'm wondering if
> there is anything I could edit in the offending sqlext.h to bring about
> a successful compile... Here is the error msg again, and I've added the
> offending lines from sqlext.h below it:
>
Try adding
#define ODBCVER 0x0250
to ext/odbc/php_odbc.h, just below the following line:
#elif defined(HAVE_ADABAS) /* Adabas D */
and recompile.
-Andreas
-- Andreas Karajannis mediaworx berlin AGFon (0 30) 2 75 80 - 266 Fax (0 30) 2 75 80 - 200
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: DL Neil: "Re: [PHP-DB] Re: UPDATE table problem"
- Previous message: B. PERRINE: "Re: [PHP-DB] PHP to Oracle9"
- In reply to: Curtis Nelson: "Re: [PHP-DB] adabas and unified odbc driver"
- Next in thread: Curtis Nelson: "Re: [PHP-DB] adabas and unified odbc driver"
- Reply: Curtis Nelson: "Re: [PHP-DB] adabas and unified odbc driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

