Re: R: [INTERFACES] DefineIndex fails

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: R: [INTERFACES] DefineIndex fails
Date: 1999-03-15 18:41:38
Message-ID: 19990315194138.B1387@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, Mar 15, 1999 at 10:20:39AM +0100, Nicholas Boretos wrote:
> Thanx for suggestions,
> I was able to resolve this by changing table and field names all to lower
> case letters.

SQL standard says that case doesn't matter. This is a very common source for
problems when accessing relational database systems through Access since
in Access case matters. You can access a lower case table name by putting it
between two ". That is select * from "a" will access table a, while seelct *
from a will access "A".

Michael

--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(dot)Meskes(at)gmx(dot)net | Use PostgreSQL!

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Patrick 1999-03-15 19:00:11 Thanks (Re: pgaccess on Windows)
Previous Message Nicholas Boretos 1999-03-15 09:20:39 R: [INTERFACES] DefineIndex fails