Re: TableName with space

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/5/07, karthi keyan <karthi_ece_kec@xxxxxxxxxxx> wrote:

Hi,

  How can I create a table with spaces "Order details" in MSSQL using PHP?
  I am able to create manually the table name with space by providing the
name in Double Quotes. Is there a way out to do this using PHP?

  Thanks
  Karthik.


Why would you want to? Apart from not having to change / search through
lines of legacy code.

Use order_details or orderDetails or  OrderDetails or orderdetails but DON'T
curse yourself with a space  in a table which you will have to quote every
time it's used.

Cheers - Miles

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux