in reply to Re: Maintaining column name and column order using DBI
in thread Maintaining column name and column order using DBI

Thanks for the reply!

I probably need to be more specific.

I need to use the column name, column value pair later in my script. Using an array won't keep the column name associated with the value, which won't do me any good.

I need the column name to be associated with the column value and I need the data order to stay in the same order as they appear in the table.

"Recognizing who we aren't is only the first step toward knowing who we are." - Os Guinness
  • Comment on Re^2: Maintaining column name and column order using DBI