Re: [INTERFACES] postdrv ODBC driver problems - Mailing list pgsql-interfaces

From Christopher R. Jones
Subject Re: [INTERFACES] postdrv ODBC driver problems
Date
Msg-id 3.0.5.32.19990303135807.00936540@mail.interlog.com
Whole thread Raw
In response to Re: [INTERFACES] postdrv ODBC driver problems  (Byron Nikolaidis <byronn@insightdist.com>)
List pgsql-interfaces
>Yes, it is a known problem with mixed case.  Some Microsoft apps don't
>bother to use quotes around table/field names to preserve the case, I guess
>cause they assume that every dbms works like Microsoft SQL server.  MSAccess
>however does always use quotes so mixed case names are no problem with
>MSAccess.
>
>I'm not really sure how to proceed on this one.   Maybe you could just use
>all lower case names for now.
>
>It would seem to me that if an identifier (table/field name) is not quoted
>in an sql statement, then Postgres should not care about the case and match
>on it.  That to me seems like the correct approach.
>
>Any opinions?
>
>Byron
I have always thought it strange that Access would allow field names with
mixed case and spaces.  I come from the Foxbase side and Visual Foxpro has
maintained the tradition of lower case, no space field names.  It
simplifies things to stick to one naming convention that works for all
databases.



pgsql-interfaces by date:

Previous
From: Byron Nikolaidis
Date:
Subject: Re: [INTERFACES] postdrv ODBC driver problems
Next
From: Byron Nikolaidis
Date:
Subject: Re: [INTERFACES] postdrv ODBC driver problems