ghgarcia Posted August 12, 2006 Share Posted August 12, 2006 I have a mysql database table with several fields field1 is an int. field2 is a dec with 1 decimal point. My problem is that if the value in field2 is neg the results of adding field1 and field2 works correctly. However if the value in field2 is positive I get no result in the addition and no errors. Any help would be greatly appreciated.George Quote Link to comment Share on other sites More sharing options...
fenway Posted August 12, 2006 Share Posted August 12, 2006 Could you give a more concrete example? Quote Link to comment Share on other sites More sharing options...
ghgarcia Posted August 12, 2006 Author Share Posted August 12, 2006 Thanks I think that I found the problem. It was in my PHP code. But thanks again for the fast response.George Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.