Subject Re: conversion problem
Author John Lister
--- In Firebird-Java@y..., "John Lister" <lister-filter@p...> wrote:
> I have a dialect 3 db with no char set. in this db i have a table
> which contains a field of type numeric(9,6). The problem occurs
when
> i try to fetch a value from this field, i get the following error.

Hmmm. It seems that the query in question is failing to fetch any
rows (another bug to fix :( however, i thought the driver was
supposed to report when no records were retrieved and you attempted
to read one?

JOHN