tomasz
unread,Jan 5, 2012, 3:17:28 AM1/5/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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