Re: OpenOffice loops calling SQLForeignKeys

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Ocke Janssen" <Ocke(dot)Janssen(at)sun(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: OpenOffice loops calling SQLForeignKeys
Date: 2002-12-13 21:38:49
Message-ID: EKEJJICOHDIEMGPNIFIJGEDDKBAA.Inoue@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> -----Original Message-----
> From: Ocke Janssen
>
> The call looks like
>
> SQLRETURN nRetcode = N3SQLForeignKeys(m_aStatementHandle,
> (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue()
> && aPKQ.getLength()) ? SQL_NTS : 0,
> (SDB_ODBC_CHAR *) pPKO, pPKO ? SQL_NTS : 0,
> (SDB_ODBC_CHAR *) pPKN, pPKN ? SQL_NTS : 0,
> (SDB_ODBC_CHAR *) pFKQ, (catalog2.hasValue()
> && aFKQ.getLength()) ? SQL_NTS : 0,
> (SDB_ODBC_CHAR *) pFKO, pFKO ? SQL_NTS : 0,
> (SDB_ODBC_CHAR *) pFKN, SQL_NTS
> );
>
> where the first 3 arguments are NULL. The last 3 contains the
> information about one table.
> Another way to reproduce the bug would be to install the SRX643C version
> of OpenOffice. I just heard from the dev(at)dba(dot)openoffice(dot)org mailing list
> that the snapshot 7.03.0001 shouldn't have the bug anymore.

Oops maybe my fault sorry. Please try the snapshot.

regards,
Hiroshi Inoue

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-12-14 00:24:43 Re: PostgreSQL 7.3 installation on RedHat 8.0 fails
Previous Message Murthy Kambhampaty 2002-12-13 20:57:42 PostgreSQL 7.3 installation on RedHat 8.0 fails