This is a discussion on SQL0351 when acccessing V7 from V8 client within the DB2 forums, part of the Database Server Software category; --> We tried to select column text from syscat.views from a V7 database with a V8 client. We got SQL0351N ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| We tried to select column text from syscat.views from a V7 database with a V8 client. We got SQL0351N An unsupported SQLTYPE was encountered in position "1" of the output SQLDA (select list). SQLSTATE=56084 In V7, text is a CLOB of size 64k, in V8 it is a CLOB of size 2M. Bug or feature? Regards, -- Burkhard Schultheis Tele Data Electronic, Wagnerstr. 10, D-76448 Durmersheim Email: schultheis@tde-online.de Phone: +49 7245 9287-21 |
| |||
| Burkhard Schultheis wrote: > We tried to select column text from syscat.views from a V7 database with > a V8 client. We got > > SQL0351N An unsupported SQLTYPE was encountered in position "1" of the > output > SQLDA (select list). SQLSTATE=56084 > > In V7, text is a CLOB of size 64k, in V8 it is a CLOB of size 2M. > > Bug or feature? I believe this is a documented incompatibility (there are CLOB issues with V8 clients talking to V7 servers). |