Re: [GENERAL] RFC: User reviews of PostgreSQL RI functionality - Mailing list pgsql-interfaces

From Joel Burton
Subject Re: [GENERAL] RFC: User reviews of PostgreSQL RI functionality
Date
Msg-id 3A27C93F.1945.3EC91F@localhost
Whole thread Raw
List 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@scw.org
Support Center of Washington (www.scw.org)

pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql-ayuda
Next
From: Sanjay Arora
Date:
Subject: Thanks.....& How do I implement Connection Pooling....;-))