add, edit, delete code....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fatimang
    New Member
    • Sep 2008
    • 10

    add, edit, delete code....

    what are the codes in adding, updating,deleti ng records using perl......and where can i download DBI......
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    You can download the DBI module from CPAN. However, there are other ways of installing modules depending on what version of perl you have installed.

    --Kevin

    Comment

    • numberwhun
      Recognized Expert Moderator Specialist
      • May 2007
      • 3467

      #3
      For your reading pleasure, CPAN has an FAQ entry on this particular topic (module installation that is.

      Then, after you get the DBI module installed (and the DBD module related to your database), you can go ahead and read the DBI module page and learn all about using it.

      Regards,

      Jeff

      Comment

      Working...