Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Remove OLE Information for Images in DB

Reply
Thread Tools

Remove OLE Information for Images in DB

 
 
Bob
Guest
Posts: n/a
 
      08-27-2003
Hello:

I'm woundering if anyone can lead me to a tech article on how to remove the
OLE header from an images that get stored in an SQL image field via MS
Access forms.

I cannot use an ASP upload page since the user will be using an Access form
and does not want to jump around from Access to a web browser do do data
entry.

I'm not worried about performance because it's not a very big DB and the
server has plenty of hardware.

TIA

Bob


 
Reply With Quote
 
 
 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      08-27-2003
> I'm woundering if anyone can lead me to a tech article on how to remove
the
> OLE header from an images that get stored in an SQL image field via MS
> Access forms.


This is one of the reasons I always recommend storing images on the file
system, and only their *location* in the database. Especially if the
database is Access.

See http://www.aspfaq.com/2149


 
Reply With Quote
 
 
 
 
Bob
Guest
Posts: n/a
 
      08-27-2003
Aaron:

Thanks for the info but if you read my posting you would have seen that I'm
storing the data in SQL via Access forms.

I've seen an SQL server DB with a soapware front end with 150,000 records in
it and the patient charts are stored as OLE Images and the thing is quite
fast on a single P4 so it should be OK on my Duel P4.

As for the rest, I know about that stuff and I don't care for a response
telling me what I should and should not do as you would have also known had
you read my posting in it's very short entirty.

All I need to know is where I can find an article that will help me do it.

Thanx

Bob


"Aaron Bertrand - MVP" <> wrote in message
news:...
> > I'm woundering if anyone can lead me to a tech article on how to remove

> the
> > OLE header from an images that get stored in an SQL image field via MS
> > Access forms.

>
> This is one of the reasons I always recommend storing images on the file
> system, and only their *location* in the database. Especially if the
> database is Access.
>
> See http://www.aspfaq.com/2149
>
>



 
Reply With Quote
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      08-27-2003
> All I need to know is where I can find an article that will help me do it.

Maybe you could try a web search, since you're clearly not interested in the
opinions of mere humans.


 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      08-28-2003
Chris:

Your a life saver !! That did the trick

Thank you

Bob


 
Reply With Quote
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      08-28-2003
> Your a life saver !! That did the trick

Yep, having the ability to search the web is under-rated.

Nothing against Chris, of course.


 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Retrieve Images stored in OLE Objects to ASP page zachhale@gmail.com ASP General 0 12-21-2006 11:55 PM
Ole ole Patrick.O.Ige ASP .Net 0 07-16-2006 08:10 AM
Httpmodule still executed even if remove using <remove> config entry Simon-Pierre Jarry ASP .Net 2 08-10-2005 11:22 AM
Creating an OLE server document in Python (MFC/OLE/COM/Python newbie) Drew Pihera Python 0 02-04-2004 07:48 PM
Win32::OLE adding shape to OLE Object (xlsheet) in PPT Lance Hoffmeyer Perl Misc 0 11-17-2003 07:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57