Re: Accessing PG/Linux from a Windows client - Mailing list pgsql-novice

From
Subject Re: Accessing PG/Linux from a Windows client
Date
Msg-id 20060310164714.1831.qmail@web33301.mail.mud.yahoo.com
Whole thread Raw
In response to Accessing PG/Linux from a Windows client  (Joao Miguel Ferreira <jmf@estg.ipvc.pt>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: restoring db from 8.1 in a 8.0 db
Next
From: george young
Date:
Subject: Re: Relations as arguments to a stored procedure?