Psql ODBC and 'lo' type in PostgreSQL 6.4.x (error inserting large obj...)

Поиск
Список
Период
Сортировка
От Wojciech Kromer
Тема Psql ODBC and 'lo' type in PostgreSQL 6.4.x (error inserting large obj...)
Дата
Msg-id 36FFA430.CB7DAF36@softomat.com.pl
обсуждение исходный текст
Список pgsql-interfaces
I found where the problem is.


In the file  "convert.c" from PsqlODBC  dll source code i found the
line:
...
    sprintf(param_string, "%d", lobj_oid);
...
for PostrgeSQL 6.3 it's OK, but for 6.4 shoul be
...
    sprintf(param_string, "%d::lo", lobj_oid);
...
or something like this.
My sugestion to autors of PsqlODBC is to add an option to the ODBC
driver.

Could anyone compile PsqlODBC and test it?
I don't have any Microsoft Copmiler Stuff...,
... or anyone wrote a makefile for mingw

If You have soullution please send me one

PS. I don't like to go back to 6.3.....


--
%%
Kazda cywilizacja musi dojsc do momentu, w ktorym wymysli PIWO!
%%
Wojciech Kromer mailto:krom@softomat.com.pl



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: (fwd) problems with Java
Следующее
От: Wojciech Kromer
Дата:
Сообщение: [INTERFACES] type error inserting large obj, Win32 ODBC