Hi everyone,What you are saying frankly makes no sense. Perhaps if you posted the DDS definition of the table we could offer suggestions. Alsop be nice to know what platform you are trying to access the data from.
I have a DB2 on an AS400 system. The DB2 is structured via DDS paradigm.
I need to connect to its data: I know I can use SQL via JDBC/JTOpen, but some of the tables are seralized in binary format.
I was wondering if using the IBM Integration Bus (ESB) would be helpful
in getting the desired CRUD access to those tables via REST or SOAP. I
know this kind of transformation is natural of Enterprise Service Buses,
but I'm concerned about the serialized tables (contained in a
non-serialized one): Will deserialization come out of the box or is it necessary to apply some transformation logic?
Thanks
#pasquale
#pasqualeWhat you are saying frankly makes no sense. Perhaps if you posted the DDS definition of the table we could offer suggestions. Alsop be nice to know what platform you are trying to access the data from.
But simply put - any "file" on the IBM i (there hasn't been an AS/400 for about 20 years) is a table and can be accessed via SQL. There is within the capabilities of DDS nothing that I can think of that would equate to a "serialized table" which is whywe need to see what you are talking about and also to know what you are trying to extract.
Your task should be simple ...
Am 16.10.20 um 17:08 schrieb jon.f...@gmail.com:why we need to see what you are talking about and also to know what you are trying to extract.
This is the DDL of the table KL11. KL11FLD is the column that contains#pasqualeWhat you are saying frankly makes no sense. Perhaps if you posted the DDS definition of the table we could offer suggestions. Alsop be nice to know what platform you are trying to access the data from.
those other tables I need access to.
Create Table KL11 (
KL11SER CHAR(3)
,KL11TAB CHAR(8)
,KL11ELE CHAR(8)
,KL11ELS CHAR(4)
,KL11PRG NUMERIC(2)
,KL11DDS CHAR(8)
,KL11FLD VARCHAR(3807)
);
I do not know what kind of encoding it uses and which IBM i procedure is used to get those other tables stored. My question: Depending on this
(IBM i) procedure, would an integration via IBM ESB automate encoding/decoding if I integrate via REST instead and leave
serialization to the ESB?
But simply put - any "file" on the IBM i (there hasn't been an AS/400 for about 20 years) is a table and can be accessed via SQL. There is within the capabilities of DDS nothing that I can think of that would equate to a "serialized table" which is
I sent this yesterday but it apparently didn't make it for some reason.Your task should be simple ...
Yes, I know and accessed via JDBC to a DDS organized DB2 earlier. It's
the first time I encounter such a serialization pattern. I was told this yields from the 80ies, where DBMS was limited in I/O access.
Thanks
#pasquale
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 185 |
Nodes: | 16 (1 / 15) |
Uptime: | 20:00:36 |
Calls: | 3,730 |
Calls today: | 13 |
Files: | 11,159 |
Messages: | 3,452,775 |