Ask a Question related to Informix, Design and Development.
-
Thomas #1
Antwort: Storing photos - I'm looking for advice.
Hi,
if you are on IDS 9 you can use a datablade to store the photos in the
database. Thats what I did for my php/photoalbum. This is a really nice
approach because the Blade does all the seizing and resampling for you.
There is a free JPGImage Blade that can be found at the ibm website. Or
you choose a comercial Blade which is probably faster and can handle any
image type not just jpg.
Have fun Thomas
--
General Logistics Systems
Thomas Mieslinger
German-Parcel-Str. 1-7 fon: +49 6677 17 463
36286 Neuenstein fax: +49 6677 17 111
Germany eMail: com
com (Fred Prose)
Gesendet von: org
19.11.2003 15:50
Bitte antworten an fprose
An: org
Kopie:
Thema: Storing photos - I'm looking for advice.
We have a need to store photos with our application. While I know I
can use a blob for this data type I'm looking for alternative
suggestions for folks who have similar applications.
We are a "fat client", Powerbuilder application, with AIX as the
Informix Server.
One concept I had kicked around was to store a path (or hyperlink)
within a table and physically store the photo outside the actual
Informix database as a standard JPG file. We do a lot of database
exports and imports and blobs don't behave all that well - nor are
they performant in this scenario.
One choice would be to use a NT server accessable to the clients and
have PowerBuilder access the NT system directly.
A second choice would be to store the JPG on an AIX file system. I'm
not sure if PowerBuilder could touch this directly, but I had thought
you could shell the program to FTP the file?
A third choice might be to have the client program call a database
stored procedure, passing the AIX path to the JPG, and have the stored
procedure return the blob. However, I'm not sure how I would "read"
the JPG into the Stored Procedure. How feasible do you think this is?
Thanks for your consideration.
Fred Prose
AZ Supreme Court
sending to informix-list
Thomas Guest
-
Antwort: windows username
Hi, try to read what "perldoc -f stat" tells you! As being myself a beginner, I haven't tried it yet, just read about it. HTH! Best regards... -
Antwort: Informix --> PHP
Hi Victor, I don't see your Problem. We use Apache 2.0.47, PHP 4.3.3 and CSDK 2.40 on Solaris 7 & 9 on Sparc and intel. No problems at all. ... -
Antwort: Syntax for end recursion
Yes, tail means the same as my end. You're right. I oversaw the multiply, wich gets of course the last instruction. thx However -
Antwort: SEPARATOR doesn't work
Thanks....just learned another thing. It works fine, however there seems to be a bug or anything like this. At least in my (v1.6) version of Ruby... -
Antwort: Anybody on 9.4 on SAP 46C?
9.4 will be certified by SAP in Fall '03. 9.3 isn't and won't be certified. When SAP delivers 9.4 I'll probably move to 9.4. Regards Thomas --...



Reply With Quote

