Subject | TableName case sensitivity |
---|---|
Author | Robert Osowiecki |
Post date | 2005-04-05T15:17:08Z |
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.
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.