Page 1 of 1

Column name value as parameter

Posted: Wed Jul 09, 2008 6:59 am
by basu.ds
Hi all
can any one suggest me on this how can i use column name as parameter.i searched on this but i didn't fine any solution for this

ex:assume that i have a set of mail ids in a file i need to pick mailids from file and pass that value to routine as a paramer

Thanks in advance

Posted: Wed Jul 09, 2008 7:05 am
by chulett
Confusing... you've said "column name", "column value" and "column name value" all in the same post. Which is it? :?

Posted: Wed Jul 09, 2008 7:39 am
by basu.ds
altimately i need to pass column name

Re: Column name value as parameter

Posted: Wed Jul 09, 2008 7:58 am
by chulett
basu.ds wrote:ex:assume that i have a set of mail ids in a file i need to pick mailids from file and pass that value to routine as a paramer
How does that information match up with your example? :?

Posted: Wed Jul 09, 2008 8:12 am
by basu.ds
please assume that is CSV file

Posted: Wed Jul 09, 2008 8:55 am
by sachin1
please can you let us know how is the format of csv file column_name and its value, so that we can analyze your requirement to pass value for routine.

Posted: Wed Jul 09, 2008 9:11 am
by chulett
basu.ds wrote:please assume that is CSV file
Doesn't help. Your example seems to be normal file reading and the passing of column values to another process, not column names. BIG difference, hence the confusion.