Subject | Re: [Firebird-Java] Re: conversion problem |
---|---|
Author | David Jencks |
Post date | 2002-09-24T12:29:17Z |
Please tell us which driver version you are using and show a code snippet.
You are calling
if (rs.next()) {
//read columns of expected singleton result
}
or something similar, right?
david jencks
You are calling
if (rs.next()) {
//read columns of expected singleton result
}
or something similar, right?
david jencks
On 2002.09.24 08:18:16 -0400 John Lister wrote:
> --- 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
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>