Hi,

Thursday, March 25, 2004, 8:12:41 AM, you wrote:
G> Hello, it wanted to know how as profit to supplant the function
G> mysql_list_tables() for SQL server server or like the tables of one
G> db of SQL server in php...

G> thank you very much

This may be it:

USE dbname
SELECT Name FROM sysobjects

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to