| Posted by --CELKO-- on 10/19/07 14:06 
>> how can i pass Column name using parameter?  <<
 You don't do this; it is bad programming.  A well-designed module of
 code returns a predictable result.  What you have is what I call a
 "Britney Spears, Squids and Automobiles" module, since it can return
 anything of any data type!
 
 Get a book on basic Software Engineering and read about coupling and
 cohesion before you do any more programming in any language.
  Navigation: [Reply to this message] |