Re: Postgresql Windows ODBC

From: William Yu <wyu(at)talisys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql Windows ODBC
Date: 2005-04-23 07:23:35
Message-ID: d4ct5n$1h0u$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Depends for what purpose. I've found that if you're heavy into doing
user interface stuff on Windows, Delphi is great for that. Lots of
built-in widgets plus zillions of 3rd party addins makes it easy to drag
and drop your way to full-blown apps.

For data manipulaton, my opinion is nothing beats Visual FoxPro. While
it also has screen/forms/report designer stuff, it just doesn't feel as
fast and elegant as Delphi. But if you need to parse/alter/sort data
before dumping it into Postgres, VFP makes your life so easy. It's
especially good for power users doing adhocs. In theory, a power user
could write that perfect query that gets the data they precisely the way
they want it. In reality, it's a lot of trial and error. Using VFP, you
could just get the records and then use the plethora of XBase commands
to manipulate the results to your heart's desire.

For building web apps, I dunno too much about since I use Perl on Linux
for that. However, Ruby on Rails looks pretty UI friendly in being able
to build a website w/ limited coding.

> In Windows, what would you say is the easiest language to use which can
> talk to Postgresql? Just curious.... e.g. I have Liberty Basic which
> is very easy, but does not easily support ODBC...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message William Yu 2005-04-23 07:55:16 Re: UltraSPARC versus AMD
Previous Message Tony Caduto 2005-04-23 05:20:18 Re: Playing with PostgreSQL and Access VBA