Re: [Oorexx-devel] ooSQLite Blob handling

2019-09-09 Thread Rony G. Flatscher
On 07.09.2019 14:22, Rony G. Flatscher wrote: > On 06.09.2019 18:35, Erich Steinböck wrote: >> To be able answer Paul Higgins' recent question regarding retrieval of BLOB >> data, I checked >> ooSqlite's BLOB handling - see incubator/ooSQLite. >> >> It seems that ooSQLite will return BLOBs as ooRe

Re: [Oorexx-devel] ooSQLite Blob handling

2019-09-07 Thread Rony G. Flatscher
On 06.09.2019 18:35, Erich Steinböck wrote: > To be able answer Paul Higgins' recent question regarding retrieval of BLOB > data, I checked > ooSqlite's BLOB handling - see incubator/ooSQLite. > > It seems that ooSQLite will return BLOBs as ooRexx Buffer objects only. This > means that its > cont

[Oorexx-devel] ooSQLite Blob handling

2019-09-06 Thread Erich Steinböck
To be able answer Paul Higgins' recent question regarding retrieval of BLOB data, I checked ooSqlite's BLOB handling - see incubator/ooSQLite. It seems that ooSQLite will return BLOBs as ooRexx Buffer objects only. This means that its content cannot be accessed through ooRexx unless there was a he