Re: Re: Write to postgreSQL via ODBC?

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: Write to postgreSQL via ODBC?
Date: 2001-02-06 14:21:45
Message-ID: 006201c09048$22cd5160$330a0a0a@rutgersinsurance.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Another thing is that sometimes after you reconfigure an ODBC driver, you
need to relink your tables.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Rudolf Potucek" <potucek(at)acs1(dot)acs(dot)ucalgary(dot)ca>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, January 31, 2001 10:55 AM
Subject: [GENERAL] Re: Write to postgreSQL via ODBC?

> In comp.databases.ms-sqlserver Craig Orsinger
<cjorsinger(at)earthlink_net(dot)invalid> wrote:
>
>
> : Rudolf Potucek wrote:
> :>
> :> I've got the postgres ODBC driver installed and can connect to it from
> :> MS Excel 97. However it seems I can only execute queries (read data)
but
> :> not save data. Is that a limitation of Excel or of the ODBC approach?
>
> : When you set up your DSN on the Windows box, did you uncheck
> : the box in Advanced Options named "ReadOnly (Default)" ? For some
> : reason, the PostgreSQL ODBC driver defaults to only being able to do
> : queries.
>
> I did. I subsequently tried this with Access and I can actually create
> new tables that way ... now I just have to figure out how to do an UPDATE
> instead ...
>
> Thx,
>
> Rudolf

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Wood 2001-02-06 14:25:06 Re: Why pg_dump doesn't dump the foriegn keys?
Previous Message Einar Karttunen 2001-02-06 14:15:52 Re: Dates/Timestamps in a where clause