Re: Create hash from MySQL field headers

2004-09-29 Thread JupiterHost.Net
perldoc DBI look for selectrow_hashref Mucho gracias... I'll look it up, but the name certainly implies that it is what I am after. Glad I could help :) HTH :) I'm certain it will. Thanks again! Steve Lee.M - JupiterHost.Net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Create hash from MySQL field headers

2004-09-29 Thread Steve Bertrand
> Steve Bertrand wrote: > >> Hi all, > > Hello, > >> I've been developing a module for our accounting system and am >> trying >> to create a hash with the names equal to the fieldnames of the >> database table. >> >> It seems as though 'ListFields' is not functioning, and am wondering >> if there i

Re: Create hash from MySQL field headers

2004-09-29 Thread JupiterHost.Net
Steve Bertrand wrote: Hi all, Hello, I've been developing a module for our accounting system and am trying to create a hash with the names equal to the fieldnames of the database table. It seems as though 'ListFields' is not functioning, and am wondering if there is another way. I simply want to SE