Hi Christian,
you are right.
There are differences in row 6429 (new libsqlod.so MAXDB 7.5.0.8) and
6347 (MAXDB 7.5.0.5).
In the new version the path to "/usr/spool/sql/ini" is missing.
That looks like my problem.
But i can't see from where it is reading now.
I've tried to put it to the home path of dbuser,dbowner,/etc a.s.o..
No way
Regards
Albert
Christian Welzel schrieb:
> Am Samstag, 31. Januar 2004 18:22 schrieb Albert Steckenborn:
>
>
>>So we have to use the odbc.ini and i need a description what has changed
>>or a fix.
>
>
> i did a
> $ strings libsqlod.so | grep odbc | less
> and in version 7.5.0.5 it shows
>
> /.odbc.ini
> odbc.ini
> /etc/odbc.ini
> /.odbc.ini
> odbc.ini
>
> in version 7.5.0.8 this looks like this:
>
> odbc.ini
> odbc.ini
> /etc/odbc.ini
> /.odbc.ini
> odbc.ini
>
> i havent taken a look into the source, but the strings above seem
> to indicate, that someone has tweeked the search paths for
> odbc config.
>