Hi Nic,

> > Even though Interbase is free now, there are some things I personally
> > don't like about it - such as the enforced uppercase (although I do
> > realise that there are ways around that).  I don't know what it is like
> > in large data/user environments yet, but I think it's got to be better
> > than using Paradox tables.
> 
> forced uppercase? Of table names? the DB stores them internally as
> uppercase, but:
> 
> select * from table
> 
> is the same as
> 
> SeLeCt * fRoM tAbLe
> 
> SQL is not case sensative. :)

Yes, you're right, it is case insensitive.  I was just referring to
situations where I was using a TTable and it grabs the field information
from the server.  Having said that, I try to avoid TTable's when using
SQL databases now (after some recent comments on the DUG :>).

Regards,

Bevan
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to