Re: [ODBC] ODBC

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Andre Lyra <andre_lyra(at)hotmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: [ODBC] ODBC
Date: 2002-03-18 16:48:22
Message-ID: 20020318084731.A94890-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 18 Mar 2002, Andre Lyra wrote:

>
> I'm having problems when I remove a tuple that have been referenced from
> another from other table. I've cretated a foreign key, set on delete no
> action and when I try to remove that tuple, the system says me it's not
> possible, ok, but then, there are no more responses, i.e the following
> queries come without resoults! Is that a bug or I'm doing something wrong
> somewhere?
>
> I'd like some help....

Are you in a transaction? If so, the rest of your statements will be
rolled back and it won't give you answers until you end the transaction
that failed.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Culley Harrelson 2002-03-18 17:09:57 Re: [PHP] case insensitive search
Previous Message Andre Lyra 2002-03-18 16:28:31 Re: [ODBC] ODBC