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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marco_told at aon dot at
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Mar 12 04:01:30 2025 UTC