pgsql odbc

From: Carsten Huettl <chu(at)KIS-SGH(dot)de>
To: pgsql-general(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org
Subject: pgsql odbc
Date: 2000-04-26 10:30:26
Message-ID: 3906C542.E8AFC71B@ahorn-Net.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

After I altered a table in my database I am not able to connect the
Database with the postgresql-odbc-driver (v.6.40.00.09)
What I get is:
ODBC--call failed.
The Access-Table only shows col-names but nothing else.

It is a RH6.1Linux with PostgreSQL 6.5.2

Because I am new to SQL it is a very simple db music1 with 2 tables
(artist, volumes).
artist has 2 col. (name1, name2)
volumes has 3 col. (vname1, vname2, vname3)
What I did was
ALTER TABLE artist ADD (refno1 INTERGER) ;
ALTER TABLE artist RENAME refno1 TO aref1 ;

Is there something else to do with the db?
Any hints?

TIA
C.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert B. Easter 2000-04-26 11:44:16 Re: Is 7.0 ready? -> DBD as well???
Previous Message Moray McConnachie 2000-04-26 09:36:36 Re: Having trouble getting readline functional in psql