Rouyre Frédéric wrote:> > I think you have to check with res.next() if your query returns some rows.> > Actually, when you got the result set, the row pointer is set *before* the> first row.
Doh! Thanks, that res.next() fixed it!
Jc