DB Field name
Posted: Wed Nov 17, 2004 10:05 am
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
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