How to get meta data info in MySQL

2003-06-07 Thread Karen Chu
I want to be able to get all table names in a database and all the column names and associated data type from a particular table. I wonder how to do that in MySQl. I understand I can use "show tables" to see the table info, but I want to be able to do 'select' in order to get the results back. I wa

RE: How to get meta data info in MySQL

2003-06-09 Thread Karen Chu
hese meta data stored in MySQL. Any thoughts are appreciated. Thanks! > -Original Message- > From: gerald_clark [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 6:33 AM > To: Karen Chu > Cc: [EMAIL PROTECTED] > Subject: Re: How to get meta data info in MySQL >

RE: How to get meta data info in MySQL

2003-06-09 Thread Karen Chu
system tables or files or somewhere else. > -Original Message- > From: Mark Matthews [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 7:30 AM > To: Karen Chu > Cc: 'gerald_clark'; [EMAIL PROTECTED] > Subject: Re: How to get meta data info in MySQL >

RE: How to get meta data info in MySQL

2003-06-09 Thread Karen Chu
ie("no fields?\n"); $row_field_name = mysql_fetch_array($result_field_names); $field_in_table = $row_field_name["Fields in the Table"]; > -Original Message- > From: Mark Matthews [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 8:20 AM > To: Karen Chu &g