RE: How to output fields of a table

2000-06-07 Thread Philip Arnold - ASP
> How do you output the names of the fields of a table > from SQL server and their values when you don't know > the names of the fields or the values of those fields. > Can you just have a query like: > > > select * > from ThatTable > Use GetTableData.ColumnList, this gives a comma sep

How to output fields of a table

2000-06-06 Thread aslam bajaria
Hi All, How do you output the names of the fields of a table from SQL server and their values when you don't know the names of the fields or the values of those fields. Can you just have a query like: select * from ThatTable Appreciate. A.B. ___