Thread: zend+pdo+db2
View Single Post

  #4 (permalink)  
Old 04-28-2008
Jerry Stuckle
 
Posts: n/a
Default Re: zend+pdo+db2

Christian Welzel wrote:
> Jerry Stuckle schrieb:
>
>> Nope. Identifiers in SQL are case sensitive. And if you're running
>> MySQL on Linux instead of Windows, you'll find the table names are
>> case sensitive there, also (if you take the defaults).

>
> Thanks for your advise. I never hit this problem before, because i always
> create tables lowercase. But now the mtk from ibm created them in
> uppercase...
> So this confused me a bit.
>


Yep, it's all a matter of style, just like variable names in PHP. But,
like variable names, case is important.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote