Subject Re: conversion problem
Author John Lister
--- In Firebird-Java@y..., David Jencks <davidjencks@d...> wrote:
> Please tell us which driver version you are using and show a code
snippet.

I'm using the cvs version from 2weeks ago. the problem is caused by
an inconsistency in the db. I'm not checking the result of rs.next (i
realise i should) because the record should be there because of its
relation to another record. However, i thought that if rs.next
returned false any attempt to get a value would return an exception?

JOHN