Subject | Case-sensitive object names |
---|---|
Author | landie_wu |
Post date | 2007-01-04T07:52:48Z |
Hi folks,
It may well be that this question has come up numerous times but I'll
be darned if I can find any reference to it.
It seems, regardless of the script, all objects are created with
uppercase names. I am accessing Firebird from a .NET app that uses
Wilson's O/R Mapper. I keep getting error messages that said
this-or-that table or field could not be found. If I change it to
uppercase names then it works.
Does anyone know if it's possible to create objects with the exact
same casing as the script, ie. create table Bob will create a table
named Bob, not BOB.
Any hints would be greatly appreciated.
Cheers,
Dany.
It may well be that this question has come up numerous times but I'll
be darned if I can find any reference to it.
It seems, regardless of the script, all objects are created with
uppercase names. I am accessing Firebird from a .NET app that uses
Wilson's O/R Mapper. I keep getting error messages that said
this-or-that table or field could not be found. If I change it to
uppercase names then it works.
Does anyone know if it's possible to create objects with the exact
same casing as the script, ie. create table Bob will create a table
named Bob, not BOB.
Any hints would be greatly appreciated.
Cheers,
Dany.