in reply to How i can read the value of each tag in xml file

Didn't you already ask this?

Update: Nope, apparently not. They nuked the contents of Can i execute two queries connecting to same DB at a time. which was previously this database question, thus rendering the replies useless.

  • Comment on Re: How i can read the value of each tag in xml file

Replies are listed 'Best First'.
Re^2: How i can read the value of each tag in xml file
by planetscape (Chancellor) on Mar 04, 2010 at 03:39 UTC

    For inline reference, Can i execute two queries connecting to same DB at a time. originally read:

    I have connected to SQL DB and i want to execute two queried at a time. For single query i execute it works fine but when i execute another query it gives error

    "DBD::ODBC::st execute failed: [Microsoft][ODBC SQL Server Driver]Conn +ection is busy with result Use of uninitialized value in concatenation (.) or string at Y:\read_m +dt.pl line 26, <> line 1."

    Please let me know if i am doing something wrong.

    HTH,

    planetscape