Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: DBI returning mysql columns in strange order.

by sandfly (Beadle)
on Oct 09, 2003 at 21:41 UTC ( [id://298115]=note: print w/replies, xml ) Need Help??


in reply to DBI returning mysql columns in strange order.

Each row is returned in a hash reference. The columns are ordered according to how their names hash, which pseudo-random.

I am no DBI expert, but I suspect there will be another way to retrieve the results, which preserves the column order.

  • Comment on Re: DBI returning mysql columns in strange order.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://298115]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 08:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found