Re: Write to postgreSQL via ODBC?

From: Andrew Gould <andrewgould(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Write to postgreSQL via ODBC?
Date: 2001-02-05 21:32:04
Message-ID: 20010205213204.21973.qmail@web117.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Neither, I would think. The most probable cause is
that your driver is configured for read only access.

Open the ODBC Administration application. (I think
it's at C:\WINDOWS\SYSTEM\ODBCAD32.EXE). Select your
PostgreSQL driver and click on the configure button.

A window will popup with various configuration
options. Under Options(Advanced), there should be a
button labelled "DataSource". Click on the DataSource
button and look for a check box labelled "ReadOnly".
Make sure that "ReadOnly" is NOT checked.

Perform these steps for all PostgreSQL connections
that you have created.

I hope this helps,

Andrew Gould

--- Rudolf Potucek <potucek(at)acs1(dot)acs(dot)ucalgary(dot)ca>
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?
>
> Rudolf
>

__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Art Taylor 2001-02-05 21:43:59 GUI Clients for PostgreSQL
Previous Message Emmanuel Charpentier 2001-02-05 21:24:45 Re: Debian packages of 7.1beta4 available