ID: 30145 Updated by: [EMAIL PROTECTED] Reported By: marco_told at aon dot at -Status: Open +Status: Bogus Bug Type: MSSQL related Operating System: MS Windows 2000 PHP Version: 5.0.1 New Comment:
That should be: echo $spaltenName->column_source; No need for brackets nor quotes there. Previous Comments: ------------------------------------------------------------------------ [2004-09-18 22:31:56] marco_told at aon dot at Description: ------------ The proberty "column_source" doesn`t display the name of the table. It's equal the proberty "name". Reproduce code: --------------- $spaltenName = mssql_fetch_field($erg); echo ("$spaltenName->column_source"); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30145&edit=1