| Author |
get column value from column name
|
Yudi Ono
Greenhorn
Joined: Aug 24, 2008
Posts: 12
|
|
hi..
i want to retrieve column field value after i retrieve column name, but i don't know what to do..
here's my code
please help..
regards
Yudi
|
 |
Balu Sadhasivam
Ranch Hand
Joined: Jan 01, 2009
Posts: 874
|
|
Is it all the column in the same table or different tables ?
you can use column_name as string in SELECT statement for the table , query the databae . and you get the required columns only,
|
 |
 |
|
|
subject: get column value from column name
|
|
|