[quoted text, click to view] >> I have a db named 90db. <<
I am sure nobody would immediately know what that database models from
that name. What is scary is that the 90 sounds like a value, which
would mean that you are attribute splitting at the database level -- a
horrible design flaw!
[quoted text, click to view] >> Apparently the compiler interprets the beginning as a number and
can't swallow the dbname. <<
This is Standard SQL, and every ISO Standard language I can think of.
You can screw up readability and portability for for maintenance
programmers by putting the name in double quote marks. The use square
brackets for the same functionality is proprietary.
--CELKO--
===========================
Please post DDL, so that people do not have to guess what the keys,
constraints, Declarative Referential Integrity, datatypes, etc. in your
schema are.
*** Sent via Developersdex
http://www.developersdex.com ***