DB Field name

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
snicolas
Forum Commoner
Posts: 97
Joined: Tue Nov 09, 2004 8:32 am

DB Field name

Post by snicolas »

Running PHP and MSSQL..

I was wondering if a function/utility or something exist to be able to NOT RESPECT the case in a db field.
I explain....
My db has field that are upper and lower case.
In my code I need to match these name for the right info to display.
If a field is called CompanyID and I call it like this $row["companyid"], it will not display.

Somebody can help?

s
Post Reply