Using perl to manipulate Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Naren2585
    New Member
    • Nov 2008
    • 5

    Using perl to manipulate Database

    Hi everyone
    I am new to Perl. My database is in MS.ACCESS. Now i need to write a program in Perl to do any future manipulations to the database.Can any one help me ?
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    As we ask everyone that only posts a set of requirements sans code:

    What have you tried so far?

    Comment

    • Naren2585
      New Member
      • Nov 2008
      • 5

      #3
      Hi
      Thanks for the reply..

      I am completely new to Perl. I don't even know the packages which i need to install for accessing a MS.ACCESS database.

      Can u gimme a brief list of packages ?

      Comment

      • KevinADC
        Recognized Expert Specialist
        • Jan 2007
        • 4092

        #4
        You need to install DBI and I think DBD::ODBC for Access.

        Comment

        • Naren2585
          New Member
          • Nov 2008
          • 5

          #5
          Thank you .
          I went through a program in the following link which can is similar to the one i have been searching for .

          http://bytes.com/serversidescrip ting/perl/tutorials/asimpledatabase program/database.txt


          But this program has limitations.The constraint is the type of the field being limited to text.My database is bio-related . It contains sequences of proteins and DNA . Can u suggest some changes so that the limitations can be overcome?

          Comment

          • KevinADC
            Recognized Expert Specialist
            • Jan 2007
            • 4092

            #6
            Originally posted by Naren2585
            Thank you .
            I went through a program in the following link which can is similar to the one i have been searching for .

            http://bytes.com/serversidescrip ting/perl/tutorials/asimpledatabase program/database.txt


            But this program has limitations.The constraint is the type of the field being limited to text.My database is bio-related . It contains sequences of proteins and DNA . Can u suggest some changes so that the limitations can be overcome?

            Sorry, there is no way I am going to look through all that code and try and suggest changes. Maybe you want to look into BioPerl or search CPAN for Bio modules.

            Comment

            • bytesonfire
              New Member
              • Nov 2008
              • 7

              #7
              There is a similar post for using MS Access

              Using MS Access Database in Perl

              Thanks

              Comment

              • Naren2585
                New Member
                • Nov 2008
                • 5

                #8
                Originally posted by KevinADC
                Sorry, there is no way I am going to look through all that code and try and suggest changes. Maybe you want to look into BioPerl or search CPAN for Bio modules.
                Hi .. i guess my wish was too much . any ways thank you .

                Comment

                Working...