Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Handling images in MySQL

Status
Not open for further replies.
Hello everyone:
I need to "Put"(To record) and "Get"(To read) images, PDF's, Word files, Excel files, Html files in a MySQL database(I guess in a Blob, Longblob field or something similar).
Is there anyone who can help me?
I am using Active Perl 5.8.8

Thank you in advance.

Negrazo
 
Are you asking how to connect to the DB using perl? If so, try DB module. Try downloading it from CAPN.
 
No max1x:
The connection is already done.
What I need is how can I put in my database objects just like bmp,jpg,gif images or files with extensions like .doc .xls .htm .html etc,etc.
And afterwards how can I query them?
I hope you can help me with this matter.

Thank's again.

Negrazo
 
This is not a perl question then so probably better to ask in the mysql forum.

- Kevin, perl coder unexceptional!
 
I have something similar, but instead of loading the actual files, I have loaded the pointers to these files in the DB. Like Kevin said, try the mySql or SQL forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top