php-db | 2002091
Date: 09/15/02
- Next message: David Robley: "[PHP-DB] Re: joining tables"
- Previous message: Dan Healy: "[PHP-DB] Getting a list of MSSQL databases"
- In reply to: Dan Healy: "[PHP-DB] Getting a list of MSSQL databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Hi,
> Is there a command similar to mysql_list_dbs for MS SQL?
Can you just issue a SHOW DATABASES command from mssql_query() and parse
the results?
---John Holmes...
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: David Robley: "[PHP-DB] Re: joining tables"
- Previous message: Dan Healy: "[PHP-DB] Getting a list of MSSQL databases"
- In reply to: Dan Healy: "[PHP-DB] Getting a list of MSSQL databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

