DeDuper's

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinodvmkban
    New Member
    • Apr 2007
    • 1

    DeDuper's

    Hi,

    Iam using the DeDuper's class for finding the similer files ,

    http://search.cpan.org/~janpom/Text-DeDuper-1.00/lib/Text/DeDuper.pm#add_ doc

    in this program there is one class add_doc which inserts the resul in the memory. Now i my question is ho to insert this directly in the oracle database insted of inserting in the memory?
  • tifoso
    New Member
    • Apr 2007
    • 41

    #2
    A bit blurry, but u can just use DBI and loop thru that module wit a SQL insert ...
    google for it you'll find samples

    Becker

    Comment

    Working...