Re: [PHP-DB] adabas and unified odbc driver From: Andreas Karajannis (karajannis <email protected>)
Date: 10/16/01

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  AG

Fon (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>