php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30145 mssql_fetch_field; proberty "column_source" doesn`t work correctly
Submitted: 2004-09-18 22:31 UTC Modified: 2004-09-18 23:45 UTC
From: marco_told at aon dot at Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 5.0.1 OS: MS Windows 2000
Private report: No CVE-ID: None
 [2004-09-18 22:31 UTC] 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");



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-18 23:45 UTC] rasmus@php.net
That should be:

echo $spaltenName->column_source;

No need for brackets nor quotes there.
 [2023-09-10 14:14 UTC] vintagegd5grr8987732f at gmail dot com
{https://github.com,http://vintagewatches.pk/pakebaysellers.html
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC