[ic] Field names?

Zsolt interchange-users@icdevgroup.org
Thu Jun 13 12:19:01 2002


Hi,

I would like to get it using a standard ic tag (if it is possible).

(We try to develope a site with more than 40 database tables with different
fields structures.
We are using now for developement text/tab based dbm files.
The running site will be using MySQL tables)

regards

Zsolt

----- Original Message -----
From: "Dave Turk" <interchange@montanaservers.com>
To: <interchange-users@icdevgroup.org>
Sent: Thursday, June 13, 2002 5:51 PM
Subject: Re: [ic] Field names?


> > Hi,
> >
> > can anybody help me:
> > how can I get the fields names of a table (database)?
> >
> > Thanks
> >
> > Zsolt
>
> Which table from what type of database? You must be more specific.
> For MySQL you could use this. #>mysql -p
> mysql>use yourdatabase_name;
> mysql>show tables;
> mysql>show columns from table_name;
>
> Dave Turk
>
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>