Hello

My VB6 application reads data from one oracle table via DAO objects. This table contains also one column with LONG type.

When I loaded data into recordset I had got wrong texts for this LONG column from 105. rowid. But data for other columns are correct also after rowid 105.

I found that problem appears on computers with german Windows. I have english Windows and I have got the correct data for all columns.

Can somebody help me where is problem?

Thanks