in reply to Re: multiple keys hash with array as a value - loop
in thread multiple keys hash with array as a value - loop

My description was a bit confusing I admit. I just used "value1" "value2" as a placeholder. The acutall strings look like this:
value1 = UID="rmdb_dbo";DBN=234952;... value2 = update rmdb_dbo....

where value2 can be also "insert/delete ..." and so on (any type of SQL statement)

rmdb_dbo is the user that can have multiple connections i.e. multiple connection-id's for that particular user

Cheers