Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Inserting file into a database

by LanceDeeply (Chaplain)
on Jan 09, 2003 at 19:13 UTC ( [id://225613]=note: print w/replies, xml ) Need Help??


in reply to Inserting file into a database

Not sure of what your asking( so i should probably stay quiet... oh well). But if you're having trouble with the connection string, you can set it up like so:
my $dsn = "Driver={Microsoft Access Driver (*.mdb)};" . "Dbq=c:\\your_nifty_folder\\your_nifty_db.mdb;" . "Uid=admin;" . "Pwd="; my $dbh = DBI->connect("dbi:ODBC:$dsn");
i found that here.
actually this link may better serve you. it discusses inserting binary data into ms access.
i've found this thread w/ code examples of inserting into ms access memo fields
good luck!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found