View Full Version : Writing and Reading images withing Access Database with ASP
| 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 |
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
| 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 |
Access databases have limitations and usually databases aren't very efficient at storing binary data - you would run into these limitations real quick.
vBulletin v3.5.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.