× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Pete,

Blob fields may be a bit more "cross platform" in the sense that utilities
exist to export iSeries tables containing blob fields to MS SQL Server (for
example), without needing to convert the "/" in IFS file references to "\"
for Windows.

On the other hand, you might also want to consider runtime efficiencies.  If
you're planning on using blob fields for storing documents, images, and
other binary files, which users may need to access from a browser, wouldn't
you have to convert the Blob to a "temporary" directory, pass the URL to the
browser, then cleanup temporary stream files later?

If the files are stored in a directory to begin with, all you need to do is
pass the URL to the browser.  Correct me if mistaken, but Blobs can't be
stored on "optical" media.  IFS files can be simply copied to an optical
drive and "file paths" changed to reflect the move, so you're not using hard
drives to store files that might otherwise be archived to  optical media
(which is more economical).

Is your primary goal to streamline the migration of applications and data to
other platforms, or to offer operational efficiencies to end-users?

Nathan.


-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Pete Helgren
Sent: Thursday, January 27, 2005 3:28 PM
To: 'Midrange Systems Technical Discussion'
Subject: What about Blobs?


(Wasn't that a movie title?)

Anyway, as a follow up to my success with the VARLEN data type (varchar),
can the same be done with BLOB's?  That is, can a BLOB be defined in DDS ? I
saw plenty of Blob posts, but no example about how it is done in DDS.  Use
SQL to Alter Table maybe?  Or, is a BLOB a whole different beast and needs
to be created only through SQL?

The alternative, as mentioned in many posts, is to point to a location the
IFS and store that location in a table column.  Since this is a Java app,
the blob type seems more "cross platform", at least allowing me to write and
test code while hanging in the sky at 30,000 for hours on end..

Open to other suggestions on how best to manage it. 

Pete Helgren
Value Added Software, Inc
801.581.1154 x202




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.