Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Perl & ADORecordsets

by jdtoronto (Prior)
on Sep 13, 2006 at 17:30 UTC ( [id://572786]=note: print w/replies, xml ) Need Help??


in reply to Perl & ADORecordsets

I am using Perl to extract data from a database using COM functions.
Why?

COM functions are all very good, in their place. But unless there is no alternative, there place is not in Perl code. Perl has a very extensive set of database access moethods which have been well and truly tested under fire, which handle an amazing range of databases and offer a consistent interface as you do it. Right from the lowly DBI, through to some pretty impressive ORM tools like Class::DBI, DBIx::Class and Rose::DB. As you are talking about ADO, then it is probable that you are using Microsoft Access and for that I would suggest DBD::ODBC would be a far more Perlish way of attacking the beast. Of course, you should look at the Tutorials section of the monastery to get a significant injection of wise counsel and good knowledge.

jdtoronto

Replies are listed 'Best First'.
Re^2: Perl & ADORecordsets
by merrymonk (Hermit) on Sep 13, 2006 at 17:57 UTC
    The basic reason is that these are functions provided by
    the software supplier. Therefore they provide a
    robust and seucre way of doing what I want
    The database is from Symantics and therefore not
    Access.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://572786]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-20 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found