Re: Case Sensitive problem

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "DenBaguse MasRodjie" <roji(at)mail15(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Case Sensitive problem
Date: 2003-10-06 14:39:43
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B762@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

PostgreSQL folds unquoted identifiers to lowercase. Try:

SELECT * FROM "afSHIPPER"

Regards, Dave.

-----Original Message-----
From: DenBaguse MasRodjie [mailto:roji(at)mail15(dot)com]
Sent: 06 October 2003 15:28
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] Case Sensitive problem


Thank's a lot for help me to convert from MySQL.
But i have a problem again.
Can i configure ODBC to return case-sensitive?
Cause i have an error for query like :
"SELECT * FROM afSHIPPER"
ERROR: Relation "afshipper" doesn't exists
Anyone help my problem?

Thank's

Roji

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2003-10-06 22:31:39 Re: odbc eating parser error messages?
Previous Message DenBaguse MasRodjie 2003-10-06 14:27:55 Case Sensitive problem