|
And even if they are restricted to a database, can a single SQL for a DB2 connection be crossed with one for JDBC or any other?
If SQL can read a record as text, then the record text can be sub stringed and manipulated easily enough to INSERT it into named fields of another database. Example:
INSERT INTO TESTLIB/MYFILE (COD, DESCP) SELECT substr(f1,7,7), substr(f1,17,60) FROM mytextfile WHERE substr(f1,15,1) = '1'
As an Amazon Associate we earn from qualifying purchases.
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.