[dba-dev] ODBC from AS/400, results dependent on server version

2010-03-25 Thread Terrence Enger
Greetings, Two AS/400 servers running V5R2 and V5R3 of the operating system each have a table and a view created and populated from the same DDL and DML statements. OOo gives different results querying that view on the two servers. I am tentatively blaming the difference on server versions

Re: [dba-dev] ODBC from AS/400, results dependent on server version

2010-03-25 Thread Alex Thurgood
Hi, Querying the V5R3 server, I see the expected results from the V5R3 server in both both Base (direct entry of SQL) and Calc (the Data Source Browser and the spreadsheet). However, from the V5R2 server, the three columns derived with char() show no useful information: in the result of

Re: [dba-dev] ODBC from AS/400, results dependent on server version

2010-03-25 Thread Terrence Enger
On Thu, 2010-03-25 at 16:45 +0100, Alex Thurgood wrote: The question for me would be whether the problem still exists in V6R1 ? I have routine access only to the two old systems. Cheers, Terry. - To unsubscribe, e-mail:

Re: [dba-dev] operator delete mismatch in ODatabaseMetaDataResultSet

2010-03-25 Thread Terrence Enger
Greetings, And here is another one, the same except that the source file is connectivity/source/drivers/odbcbase/OResultSet.cxx, the line number of new[] is 119, and the line number of scalar delete is 165. So, how many issues should there be for operator delete mismatch? An awful lot of these