Re: ODBC changes

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Hiroshi Inoue'" <Inoue(at)tpf(dot)co(dot)jp>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC changes
Date: 2001-09-12 07:56:39
Message-ID: 8568FC767B4AD311AC33006097BCD3D61A2E2C@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 11 September 2001 04:52
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] ODBC changes
>
>
> Hi all,
>
> I've committed the following changes.
> Now psqlodbc driver is 7.01.0007.
>
> 1) Most driver options are now DSN options.
> 2) Add a new DSN option *Disallow Premature*.
> (I hope this would fix bugs reported by
> Keith Millard and Michael Rudolph).
> 3) Improve FE/BE conversation a little(will
> fix a bug reported by Kristis Markis).
> 4) Handle esacaped date/time parameters.
> 5) Improve declare/fetch mode a little.
> (select .. for update/select .. into ..)
> 6) Fix SQLForeignKeys() in multibyte mode.
> 7) Improve procedure calls.
> 8) Fix '\\' handling for bytea type.
> 9) Improve the memory usage in tuple allocation
> a little.
> 10) Fix a few bugs in parse_statement().
>
> [Internal change]
> 1) Removed all internal ODBC API function calls.
> (ODBC 3.0 a little for test).
> 2) Renamed psqlodbc.def to psqlodbc_win32.def so as to
> avoid a conflict with cygwin port.

Hiroshi,

I've been playing with this new version a little and am seeing some
differences with the error messages raised. It's difficult to tell exactly
what's going on because my own code is somewhat 'in limbo' at the moment,
but with 07.01.0006, if I try to connect to a server that's not running I
get:

2001-09-12 08:51:14 - Error in pgAdmin II:frmConnect.cmdConnect_Click:
-2147467259 - Could not connect to the server; Could not connect to remote
socket.

But with 07.01.0007 I get:

2001-09-12 08:54:46 - Error in pgAdmin II:frmConnect.cmdConnect_Click:
-2147467259 - Unspecified error

The errors reported by pgAdmin II are as returned by ADO from the ODBC
driver. Any ideas?

Regards, Dave.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-09-12 10:31:12 Re: ODBC changes
Previous Message gerardo villegas medina 2001-09-11 13:19:39