Re: Accessing PG/Linux from a Windows client

Поиск
Список
Период
Сортировка
От
Тема Re: Accessing PG/Linux from a Windows client
Дата
Msg-id 20060310164714.1831.qmail@web33301.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Accessing PG/Linux from a Windows client  (Joao Miguel Ferreira <jmf@estg.ipvc.pt>)
Список pgsql-novice
--- Joao Miguel Ferreira <jmf@estg.ipvc.pt> wrote:

> Hello all,
>
> I've had some experience in accessing a PostgreSQL
> database, running on
> Linux, from remote clients with Perl (DBI, DBD),
> also on Linux. Only
> Perl/Linux.
>
> But know I need to know if it is possible to access
> PortgreSQL (running
> on Linux) with the Microsoft Develpment Languages
> and API's on the
> client side ????
>
> ... is it possible to access PG (on Linux) from a
> Windows machine using
> the 'traditional' Microsoft languages/API's (C#, VB,
> etc) ????
>
> ... I really don't know the MS dev tools very well
> !!!... but I need to
> help a student make some initial decisions on his
> project !!!
>
>
> Thank you all.
>
> Joao Ferreira

i have no experience here, but wanted to try and
answer your question.  i woul dbe surprised if you
couldn't.  i think ms dev tools support odbc - and i
think pgsql does, too.

you may find more information in the manual:

http://www.postgresql.org/docs/8.1/interactive/tutorial-accessdb.html

http://www.postgresql.org/docs/8.1/interactive/client-interfaces.html

good luck.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: restoring db from 8.1 in a 8.0 db
Следующее
От: george young
Дата:
Сообщение: Re: Relations as arguments to a stored procedure?