Re: Read Only from ODBC

From: "James R(dot) R(dot) Service" <jservice(at)yahoo(dot)com>
To: pgsql-questions(at)postgresql(dot)org
Subject: Re: Read Only from ODBC
Date: 2000-04-29 01:00:36
Message-ID: 390A3437.836E1343@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SUDDN wrote:
>
> I downloaded the ODBC driver for postgres and installed it on my Win98
> Client. I'm writing a Visual Basic program that accesses the PostgreSQL
> server on my Linux box. It can read the data fine but It won't write data.
> I get a read only error when I try.
>
> I have unchecked the read only checkbox in the ODBC setup. Also another
> program (not written by me.) can write to the database using the ODBC
> driver.
>
> Any Ideas?

Did you check the log files the ODBC driver writes, usually in C:\? I
have sometimes found a Postgres error there.

--
James (Jim) R.R. Service jservice at yahoo dot com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jurgen Defurne 2000-04-29 01:58:50 Re: GTK or TCL/TK ... what do you prefer ? (beginner)
Previous Message leonbloy 2000-04-28 22:37:26 Re: Restoring old database with OIDs that are now in use by another database after initdb = problems?