Обсуждение: Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes.

Поиск
Список
Период
Сортировка

Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes.

От
pgsql-bugs@postgresql.org
Дата:
Mika Mäntylä (mmantyla@mordor.cs.hut.fi) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Windows 2000 ODBC driver(7.01.0006) crashes.

Long Description
Using the PostgreSql in W2K through ODBC(7.01.0006) the program(psqlodbc.dll) crashes, when trying to insert row with
INTEGERdata type. This does not happen with ODBC driver version 7.01.0005. 

The data I'm trying to dumb is in our DB-aplications internal format in the Example Code section. So with this data the
latestODBC(7.01.0006) driver crashes while ODBC(7.01.0005) driver works fine. 

Sample Code
TABLE DEMO_HOURS_BASE
TASK_ID INTEGER NOT NULL
PRIMARY KEY(TASK_ID)

DUMP DEMO_HOURS_BASE
TASK_ID
125
126

--END--

No file was uploaded with this report

Re: Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes.

От
Hiroshi Inoue
Дата:
pgsql-bugs@postgresql.org wrote:
>
> Mika M$BgO(Btyl$Bg(B(mmantyla@mordor.cs.hut.fi) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> Windows 2000 ODBC driver(7.01.0006) crashes.
>
> Long Description
> Using the PostgreSql in W2K through ODBC(7.01.0006) the program(psqlodbc.dll) crashes, when trying to insert row with
INTEGERdata type. This does not happen with ODBC driver version 7.01.0005. 

Could you get the mylog(debug) output ?
Please add the Windows registry entry
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL\Debug
as 1 to turn it on.

Note that it would generate a lot of debug output.
And never forget to turn off mylog debug, please set
the entry to 0 or remove it.

regards,
Hiroshi Inoue