Interchange Developer Resource
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

[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





Search for: Sort by: