in reply to ActivePerl for MySQL queries in windows7

See the DBD::mysql documentation. Construct a proper DSN string like the first three lines in the SYNOPSIS of that documentation, and use that to connect to your database.

  • Comment on Re: ActivePerl for MySQL queries in windows7

Replies are listed 'Best First'.
Re^2: ActivePerl for MySQL queries in windows7
by mani87 (Initiate) on May 07, 2012 at 19:15 UTC
    I have update the code and the post now...After doing research, I realized, the code initially used was deprecated...Pls. check now once..
      Please do NOT update a node by removing and replacing content.

      If you need to update, do so by surrounding the material to be removed with <strike>...</strike> tags, and marking the inserted, replacement content in such a way that the reader will be able to compare the versions.

      Others will read your node in the future -- tomorrow, next week, next decade. Don't make the replies incomprehensible by deleting the matter to which they addressed themselves.