MS Access vs MySQL

Posted: 02-24-2005, 04:03 PM
I am using MS Access 2002. One of the field of my table in the database require
to store images. I am realizing, please correct me if I am wrong, that I can
use only .btm or .psd (photoshop) files as the sources for the images.
Basically if I pass a .jpg or .gif image I am going to get an error, as it
happens using <CFINSERT> at the moment. So the question is: Will MySQL a
better choice than MS Acess 2002 in order to store and retreive images like
..jpg and .gif? Thank you, Dario

Reply With Quote

Responses to "MS Access vs MySQL"

xcoldnet
Guest
Posts: n/a
 
MS Access vs MySQL
Posted: 02-24-2005, 04:04 PM
I am using MS Access 2002. One of the field of my table in the database require
to store images. I am realizing, please correct me if I am wrong, that I can
use only .btm or .psd (photoshop) files as the sources for the images.
Basically if I pass a .jpg or .gif image I am going to get an error, as it
happens using <CFINSERT> at the moment. So the question is: MySQL will be a
better choice than MS Acess 2002, in order to store and retreive images like
..jpg and .gif? or not. Thank you, Dario

Reply With Quote
CMBergin
Guest
Posts: n/a
 
Re: MS Access vs MySQL
Posted: 02-24-2005, 06:12 PM
You are incorrect. A binary file is a binary file, and Access should store
jpeg, gif, pdf, or anything else you put into a binary field. The problem
is making sure it's read correctly when it's pulled out. Since I never
store files and only store the file paths in my database, I can't be of any
other help than to say you can certainly store what you want. It must be
some other problem.

"xcoldnet" <webforumsuser@macromedia.com> wrote in message
news:cvl1cp$31k$1@forums.macromedia.com...
> I am using MS Access 2002. One of the field of my table in the database
require
> to store images. I am realizing, please correct me if I am wrong, that I
can
> use only .btm or .psd (photoshop) files as the sources for the images.
> Basically if I pass a .jpg or .gif image I am going to get an error, as it
> happens using <CFINSERT> at the moment. So the question is: Will MySQL a
> better choice than MS Acess 2002 in order to store and retreive images
like
> .jpg and .gif? Thank you, Dario
>

Reply With Quote
Manuel Socarras
Guest
Posts: n/a
 
Re: MS Access vs MySQL
Posted: 02-24-2005, 06:13 PM
sorry, not an answer just to ask, why do you store the images in the DB?
I think the best approach is to store just the file names in the DB
& the images in a folder

manuel

xcoldnet wrote:
> I am using MS Access 2002. One of the field of my table in the database require
> to store images. I am realizing, please correct me if I am wrong, that I can
> use only .btm or .psd (photoshop) files as the sources for the images.
> Basically if I pass a .jpg or .gif image I am going to get an error, as it
> happens using <CFINSERT> at the moment. So the question is: Will MySQL a
> better choice than MS Acess 2002 in order to store and retreive images like
> .jpg and .gif? Thank you, Dario
>
Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CFML & MySQL xcoldnet Coldfusion Database Access 3 02-28-2005 01:26 PM
mysql mickeyg PHP Development 36 07-26-2003 06:32 PM
Images from MySQL Brian PHP Development 3 07-20-2003 05:35 AM
Statement Conversion Access -> mySQL ryanb006 ASP Database 2 07-03-2003 06:32 PM
Mysql query Albert Ahtenberg PHP Development 5 06-30-2003 09:20 AM