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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
27 + 42 = ?
Subscribe to this entry?

 
 [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: Thu May 02 02:01:28 2024 UTC