PDA

View Full Version : Writing and Reading images withing Access Database with ASP


magnet0
08-02-02, 02:38
I have a Table in an Access Database on a Windows 2000 Server and I want to be able to write and Read images from within that table.
I have set the field as BLOB type but I can not found reference on how to do that ... Can anyone help me providing me info or examples??

Please help,

Thanks in advance
magnet0

rhs98
08-02-02, 05:14
from my experience this is a really bad idea to read and write files in to/out of access databases.
Try using a better database, SQLServer/Oracle/MySQL

rhs98
08-02-02, 05:14
Originally posted by rhs98
from my experience this is a really bad idea to read and write files in to/out of access databases. You get major slow-down with multiple users/reading large files.
Try using a better database, SQLServer/Oracle/MySQL

JonathanB
09-06-02, 08:03
Access databases have limitations and usually databases aren't very efficient at storing binary data - you would run into these limitations real quick.