Rodrigo Quezada
|
| Posted: 01/30/2004, 7:42 AM |
|
hi, i need upload from database from ole object in codecharge studio 2.2.40, and next view this imagen from database,,,???
please help..
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/30/2004, 9:32 AM |
|
Until someone answers (I may later), I'm curious why would you want to keep your database busy serving images instead of the data, and why would you want to clog your bandwidth between your database and the Web server with transferring blobs/images?
There may be valid reasons - though I may not have sufficient knowledge regarding such solution.
Actually, regarding the 2nd part of your question, displaying BLOB images seems easy based on Google: http://www.google.com/search?q=ASP+display+images+BLOB
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Vasiliy
Posts: 378
|
| Posted: 07/27/2005, 10:23 PM |
|
Quote :Until someone answers (I may later), I'm curious why would you want to keep your database busy serving images instead of the data, and why would you want to clog your bandwidth between your database and the Web server with transferring blobs/images?
I need to store image in a BLOB because this is the best way to change images dynamically in Crystal Reports (v9).
Peter, do you know a solution how to upload image to a BLOB (and store it in a DB) instead of folder?
_________________
Vasiliy |
 |
 |
dataobjx
Posts: 181
|
| Posted: 07/28/2005, 5:19 AM |
|
CCS Developer Magazine shows you how to upload, store and retrieve binary files to and from SQL Server. Primarily the code is written using .ASP... you did not mention the language you're using.
To view the magazines and their content, go to http://www.dataobjx.net
then click the 'Products' icon at the top of the page.
_________________
www.DataObjx.net
www.mydigitalapps.com |
 |
 |
Vasiliy
Posts: 378
|
| Posted: 07/28/2005, 7:44 AM |
|
Quote :CCS Developer Magazine shows you how to upload, store and retrieve binary files to and from SQL Server. Primarily the code is written using .ASP... you did not mention the language you're using.
Thanks for fast answer.
Attempt to purchase the Magazine Issue #2 redirects to "ACCESS DENIED" page.
Can't register/login - never got registration confimation email.
Any suggestions?
_________________
Vasiliy |
 |
 |
donb
Posts: 52
|
| Posted: 07/28/2005, 3:31 PM |
|
Quote Vasiliy:
Quote :CCS Developer Magazine shows you how to upload, store and retrieve binary files to and from SQL Server. Primarily the code is written using .ASP... you did not mention the language you're using.
Thanks for fast answer.
Attempt to purchase the Magazine Issue #2 redirects to "ACCESS DENIED" page.
Can't register/login - never got registration confimation email.
Any suggestions?
It's pretty easy to do. See this for details:
http://aspalliance.com/570#Page1
or for non .NET look here:
http://www.interspace.net/asp_upload.html
_________________
http://www.gotodon.com/ccbth |
 |
 |
|