Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

conversion tables problem

20 views
Skip to first unread message

tomasz

unread,
Jan 5, 2012, 3:17:28 AM1/5/12
to
Hi,
Table on iSeries has CCSID 13488 (I used DSPFD command to check),
system values on OS are:
QCCSID -
Coded character set
identifier . . . . . : 65535

QCHRID -
Character ID . . . . . : 697
Code page . . . . . . : 37

All I need is to query that table from Linux with iSeries Access
installed.
In odbc.ini datasource I uss looks like this:
[SAP_TST]
Driver = iSeries Access ODBC Driver
System = XXX.XXX.XXX.XXX
DefaultLibraries = R3PRDDATA
AllowUnsupportedChar = 1
CCSID = 1250

Problem is that when I run my simple php script that only make sql
select from that table I don't get any Polish characters. When tables
CCSID is 870 everything works fine.

What shall I do?

Regads,
Tomasz

tomasz

unread,
Jan 5, 2012, 3:20:14 AM1/5/12
to
0 new messages