Re: RFC: User reviews of PostgreSQL RI functionality

From: "Joel Burton" <jburton(at)scw(dot)org>
To: Michael Fork <mfork(at)toledolink(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: RFC: User reviews of PostgreSQL RI functionality
Date: 2000-12-01 20:52:31
Message-ID: 3A27C93F.1945.3EC91F@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

> I was wondering if you could tell me where to get the CVS version
of
> the ODBC driver -- I have almost implemented foreign key support
> (SQLForeignKeys), but I did it on the ODBC source available on the
> postgres server. I browsed the postgres CVS repository via the
web,
> but couldn't find anything relevant....

It's *possible* that if you're programming directly to the ODBC API
that you've always seen the RI stuff. I do my work in VBA apps (like
Access), and I know that they don't see the RI errors.

You can find the ODBC source in the pgsql source, at
src/interfaces/odbc (or something *very* close, no source in front
of me right now, sorry).

If you don't want to grab the whole file just for ODBC stuff, you can
use CVS to just get the contents of the src/interfaces/odbc
directory. The directions say you need to use VisualC++ to compile
this.

Via ftp, that's in the /dev directory.

--
Joel Burton, Director of Information Systems -*- jburton(at)scw(dot)org
Support Center of Washington (www.scw.org)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Victor 2000-12-01 21:53:05 PostgreSQL Shutdowns
Previous Message Joel Burton 2000-12-01 20:18:15 Re: server permissions for sql copy

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sanjay Arora 2000-12-01 22:26:44 Thanks.....& How do I implement Connection Pooling....;-))
Previous Message Joel Burton 2000-12-01 20:12:26 Re: RFC: User reviews of PostgreSQL RI functionality