×
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.
C/EXEC SQL Create Table ITEMPIC
C+ (
C+ ItemNo Dec(5,0) Not Null,
C+ Picture BLOB(2M) With Default Null,
C+ Primary Key( ItemNo )
C+ )
C/END-EXEC
The article that I got this from said that BLOBS were only excessible through SQL.
Jason Pennybacker
i5 Programmer
RateWatch
(P) 1.800.348.1831 ext 313
(F) 1.920.568.1402
www.rate-watch.com
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Nick Arndt
Sent: Thursday, September 25, 2008 2:04 PM
To: RPG programming on the AS400 / iSeries
Subject: BLOBS in RPG IV
Does any one have any examples of using BLOBS in RPG?
Thanks in advance.
Nick
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.