Re: Application crash after error - please help - Mailing list pgsql-odbc

From Dave Page
Subject Re: Application crash after error - please help
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4E7E615@ratbert.vale-housing.co.uk
Whole thread Raw
List pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Andrus
> Sent: 02 December 2005 16:51
> To: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Application crash after error - please help
>
> Ludek,
>
> > Main.exe doesn't use auth info prom sqltest.prg.
>
> I'm sorry. Modified repro code is available in same address
> (www.eetasoft.ee/postgresrepro.zip)
> This repro contains text type column. Fox mysql it should probably be
> replaced also. My co-worker tries to run it in mysql in weekend.
>
> > I don't know if the problem is in ODBC driver. But to fix
> this problem
> > imidiately in your app it's enough
> > if you add Calling SQLFreeStmt with SQL_DROP in the code when insert
> > fail.
>
> Thank you. This would be a good fix. Unfortunately it it difficult to
> implement in VFP.

Andrus,

Can I email you an updated dll to test? I think I fixed this, we just
need to test it some more, and confirm it hasn't broken anything else.

Regards, Dave.

pgsql-odbc by date:

Previous
From: "Andrus"
Date:
Subject: Re: Application crash after error - please help
Next
From: Ludek Finstrle
Date:
Subject: Re: Some changes