Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

PSQLODBC case insensitive



Hi folks
 
I'm accessing my PostgreSQL server from Windev (a french development tool) through the ODBC driver. I created the tables without quotes, so it doesnt if I execute this:
 
SELECT column FROM table
or this:
SELECT CoLuMn FROM tAbLe
 
But when I put the tables and columns names in Windev on lowercase I can access without problems. If I change one or more letters to uppercase I get an error.
Seems like the driver is building the statements like this:
 
SELECT "CoLuMn" FROM "tAbLe"
 
So the server cant find the tables and columns. Thas what I think. I'm I wrong? If not, is that a way that I can make the ODBC driver build the statements without quotes?
 
 
Sorry for my bad English.
 
Antonio Carlos,
Itabuna - BA - Brasil


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group