Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 display all non null values from a table in text

Author  Topic 

alpoor
Starting Member

29 Posts

Posted - 2005-10-17 : 13:11:35
I need to display all non-null values from a particular sqlserver table RECORD in a text format such as fieldname = value format. Is there any easy way of achieving this by iterating table without knowing it's field names for a particular record

Appreciate your help

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-10-17 : 13:51:11
use an index...
datatable.rows[i][j]
i-th row, j-th column

Go with the flow & have fun! Else fight the flow
Go to Top of Page
   

- Advertisement -