[Fwd: ODBC driver and foreign keys]

From: "Andrea Aime" <aaime(at)comune(dot)modena(dot)it>
To: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: [Fwd: ODBC driver and foreign keys]
Date: 2000-07-18 06:56:01
Message-ID: 3973FF81.58ECE7B0@comune.modena.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi (again?)
I've sent the following message yesterday but I doesn't
seems to have been posted on the mailing list. Now that
I'm subscribed I hope you will see it ;-)
Bye
Andrea

--------------------------------------------------------

Hi all people,
I have found a bug in ODBC driver that makes me mad...
if you violate a foreign key, ODBC driver won't tell
you, claiming that the transaction performed ok...
since foreign key are implemented as triggers, does
this mean that any trigger violation won't be reported?
Is there anyone who can fix that? (Luckily my app
prevents fk violantions, but yesterday a bug made it violate
a fk and I passed hours wondering why my transaction
didn't update my database... ;-( )

Bye
Andrea

Browse pgsql-interfaces by date

  From Date Subject
Next Message Mr. Halvin 2000-07-18 10:09:04 PostgreSQL & Visual Basic
Previous Message Peter Mount 2000-07-18 06:45:28 RE: Clob or Blob in JDBC