surabhi.ahuja wrote:
> stmt.setObject(i + 1, (tagV.value),
> ((TypeAttrib) (primaryKeyMap_.get(tMap.get(temp)))).dataType);
>
> can u please tell as to what should the dataType be for date, isnt it
> 91- integer?
java.sql.Types.DATE is 91, which should be correct if you're inserting a
bare date (with no time part).
What is the type and value of the "tagV.value" object?
What driver version and server version are you using?
What is the query you are executing?
Can you provide a selfcontained testcase showing the problem? You
haven't really given us enough info to go on here.
-O