If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Writing and Reading images withing Access Database with ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-02-02, 01:38
magnet0 magnet0 is offline
Registered User
 
Join Date: Aug 2002
Location: Greece
Posts: 2
Question 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
Reply With Quote
  #2 (permalink)  
Old 08-02-02, 04:14
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
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
Reply With Quote
  #3 (permalink)  
Old 08-02-02, 04:14
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
Quote:
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
Reply With Quote
  #4 (permalink)  
Old 09-06-02, 07:03
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
Access databases have limitations and usually databases aren't very efficient at storing binary data - you would run into these limitations real quick.
__________________
J^ - web | email
newsASP Developer
Reply With Quote
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On