Click here to Skip to main content
15,922,894 members
Home / Discussions / Database
   

Database

 
QuestionHelp Me Pin
Member 1025981112-Sep-13 23:58
professionalMember 1025981112-Sep-13 23:58 
AnswerRe: Help Me Pin
Richard MacCutchan12-Sep-13 23:58
mveRichard MacCutchan12-Sep-13 23:58 
AnswerRe: Help Me Pin
Amol_B24-Oct-13 2:29
professionalAmol_B24-Oct-13 2:29 
QuestionObject Oriented Database Pin
fledep12-Sep-13 20:17
fledep12-Sep-13 20:17 
AnswerRe: Object Oriented Database Pin
Mycroft Holmes12-Sep-13 21:54
professionalMycroft Holmes12-Sep-13 21:54 
AnswerRe: Object Oriented Database Pin
jschell13-Sep-13 11:46
jschell13-Sep-13 11:46 
QuestionRetreive Data from sql server along with headers or column name Pin
ashu200112-Sep-13 1:24
ashu200112-Sep-13 1:24 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut12-Sep-13 2:39
professionalGuyThiebaut12-Sep-13 2:39 
The short answer is if the columns are being generated dynamically and you don't know what columns will be there, guess what neither will .Net be able to work this out!
However if you return the results of the stored procedure into a Datatable you will be able to iterate through the Columns collection -> clickety[^]
“That which can be asserted without evidence, can be dismissed without evidence.”

― Christopher Hitchens

GeneralRe: Retreive Data from sql server along with headers or column name Pin
jschell12-Sep-13 8:26
jschell12-Sep-13 8:26 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut12-Sep-13 8:30
professionalGuyThiebaut12-Sep-13 8:30 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
jschell13-Sep-13 11:23
jschell13-Sep-13 11:23 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut13-Sep-13 23:27
professionalGuyThiebaut13-Sep-13 23:27 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
Eddy Vluggen12-Sep-13 2:58
professionalEddy Vluggen12-Sep-13 2:58 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
Corporal Agarn12-Sep-13 3:04
professionalCorporal Agarn12-Sep-13 3:04 
QuestionUser ownership of a specific data row? Pin
Member 914293611-Sep-13 5:27
Member 914293611-Sep-13 5:27 
AnswerRe: User ownership of a specific data row? Pin
David Mujica11-Sep-13 5:32
David Mujica11-Sep-13 5:32 
GeneralRe: User ownership of a specific data row? Pin
Member 914293611-Sep-13 5:55
Member 914293611-Sep-13 5:55 
GeneralRe: User ownership of a specific data row? Pin
Member 914293611-Sep-13 8:48
Member 914293611-Sep-13 8:48 
QuestionRe: User ownership of a specific data row? Pin
Eddy Vluggen12-Sep-13 3:01
professionalEddy Vluggen12-Sep-13 3:01 
AnswerRe: User ownership of a specific data row? Pin
Member 914293612-Sep-13 3:23
Member 914293612-Sep-13 3:23 
GeneralRe: User ownership of a specific data row? Pin
Eddy Vluggen12-Sep-13 4:58
professionalEddy Vluggen12-Sep-13 4:58 
GeneralRe: User ownership of a specific data row? Pin
Member 914293612-Sep-13 6:36
Member 914293612-Sep-13 6:36 
GeneralRe: User ownership of a specific data row? Pin
Eddy Vluggen13-Sep-13 7:17
professionalEddy Vluggen13-Sep-13 7:17 
GeneralRe: User ownership of a specific data row? Pin
Member 914293613-Sep-13 10:30
Member 914293613-Sep-13 10:30 
Questionautomatice databackup in sql server 2005 Pin
Member 1026685111-Sep-13 1:56
Member 1026685111-Sep-13 1:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.