We have two servers, one running Tomcat 3 with a SQL Server 2000 Backend that has been working for just under three years. It's a little slow, but it works. The operating system is WIndows 2000 Advanced Server, SQL Server 2000 Standard. It has dual 1.3GHz
When I save some numbers (i.e. 5987.24) hibernate saves it to my database correctly (SQL Server) but when it retrives it, it's changing the value slightly (5987.240234375). I'm using hibernate 3 on Windows XP Pro.
I have some problems when trying to submit a simple insertion statement to a MS Access Database. The reading is fine, but when I want to execute an insertion statement using the following code: public void SQLCommand(String sql) throws SQLException {