From: | "Kardos, Dr(dot) Andreas" <kardos(at)repas-aeg(dot)de> |
---|---|
To: | <richard(at)elysium(dot)ltd(dot)uk> |
Cc: | <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | Re: Problems in ODBC driver |
Date: | 2000-03-02 12:44:57 |
Message-ID: | 0c3401bf8445$202fb2f0$99301eac@Dr.repas.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)elysium(dot)ltd(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Sanita Misho | 2000-03-02 13:04:51 | |
Previous Message | Jesse Scott | 2000-03-02 07:51:14 | Postgres on MacOS... Is it even a possibility? |