I want to trim my data to two decimal places and I must do it on my SQL statement. I am not successful with the statement below.. please help

It need to work on MS SQL and Access.....
Qt Code:
  1. DBVersion Table
  2. DBVersion = 3.03
  3.  
  4. //SQL statement
  5. Select round(DBVersion,2) As "DB Version from DBVersion
  6.  
  7. //output
  8.  
  9. DB Version = 3.029999999999
To copy to clipboard, switch view to plain text mode