The reason no one has answered is because you sent the question to the wrong
list.  dbi-dev is only for the DBI and DBD core developers, not for users
that utilize it for their programs.  Here we discuss new features, bugs,
etc...

You should send everything to [EMAIL PROTECTED], hopefuly you subscribed to
that one as well.

I'm forwarding this message there.

Ilya

-----Original Message-----
From: Nikolay Melekhin
To: [EMAIL PROTECTED]
Sent: 1/17/03 2:57 AM
Subject: Why nobody can help me?


  Hi!
  I already sent message about ORA-01722 error.
  But anybody has not answered. Why?

  If NLS_TERRITORY set to territory for which a decimal separator is the
comma
  (for example, CIS) and create following table and one data record
  in it:

  CREATE TABLE TEST (A NUMBER(6,2));
  INSERT INTO TEST VALUES (2.5);

  $dbh->connect(...);
  $sth->prepare('SELECT * FROM TEST');
  $sth->execute;
  @row=$sth->fetchrow_array;
  print $row[0];

  The result will be string '2,5', but not number 2.5

-- 
Best regards, Nikolay Melekhin mailto:[EMAIL PROTECTED]

Reply via email to