MySQL Forums
Forum List  »  General

Re: EXAMPLE: How to store pictures in Mysql database
Posted by: James Zapico
Date: December 07, 2005 09:18PM

Well this is a little late but maybe it will help someone else.

In the original listing the first line of PHP code reads fopen('path/to/file'); and should be changed to fopen('path/to/file', 'rb');

Similar techniques can probably be used in VB6.0. Unfortunately, my experience with VB is limited to Excel macros and not full fledged or web based applications.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.