SV: [PHP-WIN] Retrieving Database Table Names

2003-09-18 Thread Henrik Hornemann
echo ""; } hth Henrik Hornemann > -Oprindelig meddelelse- > Fra: Herhuth, Ron [mailto:[EMAIL PROTECTED] > Sendt: 18. september 2003 15:07 > Til: [EMAIL PROTECTED] > Emne: [PHP-WIN] Retrieving Database Table Names > > > > I am trying to build a dynamic

Re: [PHP-WIN] Retrieving Database Table Names

2003-09-18 Thread Jared Steckel
On Thu, 18 Sep 2003, Herhuth, Ron wrote: The database that you're looking at should have a table called sysobjects. I'd get everything in that table where xtype = U (I think) > > I am trying to build a dynamic database map that will return a page that > shows each Table in the database along wi

[PHP-WIN] Retrieving Database Table Names

2003-09-18 Thread Herhuth, Ron
I am trying to build a dynamic database map that will return a page that shows each Table in the database along with the Column names and the datatype of each column in a rather large Microsoft SQL Server database. I know how to extract the column names for the tables, as well as the datatypes of