Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Perl & Microsoft Access

by holli (Abbot)
on Jan 13, 2005 at 19:34 UTC ( [id://422077]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl & Microsoft Access
in thread Perl & Microsoft Access

thatīs right. but if you are a windows programmer that has already used DAO/RDO-objects in other languages you might find that easier/more familiar.
Also you can address the .mdb-files as files. You donīt have to set up an ODBC-connection for every database you wanīt to use. Acccess sees databases as files, and that is, IMHO, the most valuable feature of Access. You donīt have to struggle with tablespaces, usernames/passwords and other things that come with a DBMS like Oracle and the like.

holli, regexed monk

Replies are listed 'Best First'.
Re^4: Perl & Microsoft Access
by jZed (Prior) on Jan 13, 2005 at 20:04 UTC
    > You donīt have to set up an ODBC-connection for every database you wanīt to use.

    That's also true with DBI ... here's an example of a DSN-less connection to MS Access via DBI.

    update > if you are a windows programmer that has already used DAO/RDO-objects in other languages you might find that easier/more familiar

    good point, that's certainly one reason why someone might prefer the Win32::OLE route.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://422077]
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-19 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found