Re: [GENERAL] RFC: User reviews of PostgreSQL RI functionality

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: [GENERAL] RFC: User reviews of PostgreSQL RI functionality
Дата
Msg-id 3A27C93F.1945.3EC91F@localhost
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-ayuda
Следующее
От: Sanjay Arora
Дата:
Сообщение: Thanks.....& How do I implement Connection Pooling....;-))