Subject RE: [IBO] TableName case sensitivity
Author Jason Wharton
You control case sensitivity when you use double quotes around your
identifier names. If you don't use double quotes then it will treat them as
uppercase.

Jason Wharton
www.ibobjects.com


> -----Original Message-----
> From: Robert Osowiecki [mailto:robson@...]
> Sent: Tuesday, April 05, 2005 8:17 AM
> To: ibobjects@yahoogroups.com
> Subject: [IBO] TableName case sensitivity
>
>
>
> Hi!
>
> After converting from BDE to IBO I've noticed that TableName became
> case-sensitive. Table TIMESTAMPS exists in my database, but when
> TableName is set to "Timestamps" Exists property returs
> false, and then
> my app fails on CreateTable() :)
>
> How to cope with this? Is there some switch to control case
> sensitivity
> in table names or should I start writting a script to uppercase all
> tablenames in my project?
>
> Robson.