MESSAGE
DATE | 2020-12-24 |
FROM | Ruben Safir
|
SUBJECT | Re: [Hangout - NYLXS] CFP NY.PM Technical Meetup
|
On 12/23/20 10:18 PM, Jacob Salomon wrote: > > Another question that has bothered me is how to access binary data > within a buffer. For example, a data page in a database like Informix > or Oracle has a section of header information - a structure with binary > data and bit flags - and a set of pointers to individual rows within the > page. Fairly easy in C but how to access all that in Perl and leave it > binary? I think PDL is another class (using the term loosely; not as an > OO construct) of such access methods within binary data.
That is an entirely different problem and that API is accessable because those databases make it so. Oracle drives me crazy with that complexity and it doesn't speed things up. The database engine is the database engine. The C APIs for Oracle and Informeix is, in theory at least, wholely available to Perl through DBI assuming someone wrote the interface into the perl specific DBD. It it is available in C, it is at least in theory available in Perl.
-- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software http://www.brooklyn-living.com
Being so tracked is for FARM ANIMALS and extermination camps, but incompatible with living as a free human being. -RI Safir 2013
**Majordomo list services provided by PANIX ** **To Unsubscribe, send "unsubscribe ny" to majordomo-at-lists.pm.org** _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|