sql query
-
how to retrive Columns name with each row with sql query.... suppose i have 10 rows in a table........
-
how to retrive Columns name with each row with sql query.... suppose i have 10 rows in a table........
Please move this message to the General Databases forum.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.
-
how to retrive Columns name with each row with sql query.... suppose i have 10 rows in a table........
Your question isn't very clear. When using a DataReader you can use
IDataReader.GetSchemaTable
to get information about the columns retrieved. -
Please move this message to the General Databases forum.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.
I disagree.