Re: [INTERFACES] I am new to this

From: Byron Nikolaidis <byronn(at)solipsys(dot)com>
To: "Khristos I(dot) Khoury" <ikhoury(at)user1(dot)stritch(dot)edu>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] I am new to this
Date: 1999-05-07 19:21:24
Message-ID: 37333D34.F25DB2E8@solipsys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Khristos I. Khoury" wrote:

> DSN info:
> DSN='PostgreSQL',server='user3.stritch.edu',port='5432',dbase='vb5',user='ikhoury',passwd='123qwe'
>
> readonly='0',protocol='6.4',showoid='0',fakeoidindex='0',showsystable='0'
> conn_settings=''
> translation_dll='',translation_option=''
>
> It says ReadOnly? On the other hand in Access it is Read-Write? Any clues?
> Thanks

Actually, readonly=0 means false, so it is NOT readonly.

If you can't update in Access, check to make sure you have a unique index on the table. The Jet
Database Engine queries the table when you link it to make sure there is a unique index on it. If it
is, then you should be able to update. If the JET can't find a unique index, then it should pop up
a dialog which asks you to tell it what the unique field(s) are.

Did you see such a dialog?

Byron

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Byron Nikolaidis 1999-05-07 19:22:47 Re: [INTERFACES] ODBC boolean conversion and scandinavian characters
Previous Message Khristos I. Khoury 1999-05-07 15:53:10 RE: [INTERFACES] I am new to this