Re: [GENERAL] Admin / client tools for Win32?

From: Courtney Thomas <ccthomas(at)access1(dot)net>
To: Thomas Antepoth <t_antepoth(at)hamm(dot)netsurf(dot)de>
Cc: Matthew Brown <matthew(dot)brown(at)cordata(dot)net>, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Admin / client tools for Win32?
Date: 1999-12-29 03:26:00
Message-ID: 38697F48.2781E494@access1.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings !

Where can I get info on "pgaccess" ?

Thanks,

Courtney

-------------------------------------------------------------

Thomas Antepoth wrote:
>
> Hi Mat,
>
> On Tue, 28 Dec 1999, Matthew Brown wrote:
>
> > I have a web hosting client who wants SQL support, and is very used
> > to using MSAccess with MS SQL Server with all the integration they have.
>
> read: incompatibility in means of cross platform environments.
>
> > Can anyone point me to good GUI Win32 tools for manipulating Postgres?
> > Mostly what would be needed are database diagramming tools, etc.,
> > but admin tools would be great, too.
>
> You might try using the ODBC Driver kit for Postgres.
> It performs well and it does the trick connecting a WIN32
> Application to a Postgres Server.
>
> One pitfall still exists: If you don´t define your
> Primary keys well, MS-Access97 will cast out queries
> like:
> select blah from blub where
> field1=... and field2=... and field3=... and fieldn or
> field1=... and ... or
> field1=...
>
> Imagine what this does to your Postgres Server.
> Here in our environment the postmaster inflates up to
> 40 Megs of Mem-Usage and drains all CPU even if
> opening a table just for viewing.
>
> SQL7.0 instead seems to optimize these
> ridiculous queries quite well.
>
> If you want the best cross platform utility you
> might try pgaccess (it runs under TCL/TK) and
> should run on WIN32 Clients as well.
>
> > Did I hear a sideways recommendation of dbKit?
>
> Never heard of it. What is it?
>
> t++
>
> --
> This mail had been created using Linux. It is therefore free of all
> Microsoft(tm) OS based virii, conforms with almost any widely recognized
> open standards and is best read with *any* mailclient using fixed fonts.
> Spam is processed at the modest price of $500 only at this site.
>
> ************

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Antepoth 1999-12-29 05:54:15 Re: [GENERAL] Admin / client tools for Win32?
Previous Message ªZÀs 1999-12-29 02:38:40 SQL command Question : Copy from File