I need help in order to get the table name of a field in SQL Server 2000.
In order to get the table name of a specific column in a query, I tried to use "mssql_fetch_field function". But "column_source" is, in fact, the column name, not the table name how it was supposed to be.
In a recent past, I used "mysql_fetch_field", and the "table" property worked fine. Now had this problem when migrating from MySql to SQL Server.
Any thoughts?
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php