LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   PHP and MS SQL Server 2000 (https://www.linuxquestions.org/questions/programming-9/php-and-ms-sql-server-2000-a-51518/)

balfred 03-24-2003 03:56 PM

PHP and MS SQL Server 2000
 
Hi, I' m working on a project in which i have to retrieve data from a m$ sql 2000 database stored on a remote server.

I' m doing the work using PHP on Linux (i have the FREETDS libraries installed I could get connected to the DB and everything seems to be working fine)

The queries are not complex, but first i need to obtain information about the database. I don' t know how to do that.
I need something like the "show tables" that we have in MySQL or the command "describe".

Someone knows how can i do to obtain the names of the DB tables and if it's possible some extra info too??

Thanks...


All times are GMT -5. The time now is 08:00 PM.