Hi,

it's possibly related to Alexey's post called "MaxDB 7.6.00.27 fetching
UTF8 data from LONG column".

Well, assume a simple select:

  SELECT col1 val1, col1 val2, LENGTH(col1) val3 FROM table1

while col1 is LONG UNICODE.
DBD::MaxDB is running in unicode-mode.

Using fetchrow(), i _sometimes_ get the following:

val1 is shorter than val2.
val2's length is identical to val3.

Is differs per row. Not all rows (the table contains a lot of them) have
this problem.

It's either a bug in the database-kernel or a bug in SQLDBC.

I will send details tomorrow.


Greetings
  Sven

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to