Subject | Re: [firebird-support] HOW is this possible, and how to fix |
---|---|
Author | Martijn Tonies |
Post date | 2003-10-16T09:33:22Z |
Hi Richard,
you have been using case-sensitive identifiers, without you know it!
Try: SELECT * FROM "optician"
This is exactly why Database Workbench uses upper-case identifiers
by default!
And, try to do some reading up on case-sensitive identifiers.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird & MS SQL Server.
Upscene Productions
http://www.upscene.com
> What do I need to do to fix this, in "firebird manager" I can see andWell, it seems you've got bitten by the "Firebird Manager" oddity -
> change the data. but when I need to get data by SQL query's it won't work.
>
> SQL> show tables
> CON> ;
> adresses company
> coredata coredatacode
> glassGroup glassMaterial
> glasseSales ocsGlassGroup
> ocsSupplier optician
>
> SQL> select * from optician;
> Statement failed, SQLCODE = -204
you have been using case-sensitive identifiers, without you know it!
Try: SELECT * FROM "optician"
This is exactly why Database Workbench uses upper-case identifiers
by default!
And, try to do some reading up on case-sensitive identifiers.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird & MS SQL Server.
Upscene Productions
http://www.upscene.com