-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Error at storing BigDecimal value to decimal field in Sybase
PostPosted: Tue Apr 10, 2007 12:47 pm 
Newbie

Joined: Mon Dec 11, 2006 5:18 pm
Posts: 1
Hi,

Hibernate version:3.1.3

Name and version of the database you are using:Sybase 12.5

I am having a problem storing a BigDecimal value like "56.42342" in a decimal(15,2) field in a Sybase DB. There is an SQL Error "Scale Error during implicit conversion of NUMERIC value to a DECIMAL field".

I tried using precision(15) and scale(2) values. I tried using these values with the "column" Element. I also tried indicating the sql-type as "decimal(15,2)" in the column Element.

However, I am still getting the above error.

Has anyone been able to successfully store BigDecimal values to a decimal field in Sybase?

Thanks,

Spaceman


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.