i using hsqldb (with mvcc support enabled) along hibernate. in log files getting warnings:
[warn i.sqlexceptionhelper] sql warning code: -1100, sqlstate: 02000 [warn i.sqlexceptionhelper] no data
is there mean description of problem based on warning code and/or sqlstate?
edit1 please try following link hsqldb : information available sql warning code: -1100, sqlstate: 02000 "no data"
# sql code definitions # no data 1100=02000 no data
original please following following link , able description against sqlstate:
table 3. class code 02: no data sqlstate value meaning sqlcode values 02000 1 of following exceptions occurred: result of select statement or subselect of insert statement empty table. number of rows identified in searched update or delete statement zero. position of cursor referenced in fetch statement after last row of result table. fetch orientation invalid. +100 02001 no additional result sets returned. +387
Comments
Post a Comment