Re: Problems in ODBC driver - Mailing list pgsql-interfaces

From Kardos, Dr. Andreas
Subject Re: Problems in ODBC driver
Date
Msg-id 0c3401bf8445$202fb2f0$99301eac@Dr.repas.de
Whole thread Raw
In response to Problems in ODBC driver  (richard clark <richard@elysium.ltd.uk>)
List pgsql-interfaces
The problem is probably MSQRY32.EXE itself, not the ODBC driver.

MSQRY32.EXE from Office 95 and 97 has been linked with a stack of only 32
KB. In Office 2000 the stack size has been set to the default value of 1 MB.

You can set the stack size to the default value with

EDITBIN /STACK:0x100000 Msqry32.exe

EDITBIN comes with the developer studio.

Andreas Kardos

--------------------------------------------------

richard clark <richard@elysium.ltd.uk> wrote:

Thanks in advance for any feedback....

If I do have access to the database and everything is apparently correct
then poof...
a GPF...

MSQRY32 caused a stack fault in module PSQLODBC.DLL at 017f:016b5247.

Anyone got any ideas - this even happens with the Template1 default
database.



pgsql-interfaces by date:

Previous
From: "Sanita Misho"
Date:
Subject:
Next
From: Constantin Teodorescu
Date:
Subject: Small bug in dropdb in PostgreSQL 7.0 beta 1