From: Date: January 21 2003 5:55pm Subject: Possible bug in PreparedStatement.setString(int,String) ? List-Archive: http://lists.mysql.com/java/4929 Message-Id: <3E2D7B9B.6090100@rohag.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi :) If I try to save something like " - " into MySQL 4.0.8-gamma and 3.23.51 using a PreparedStatement, it actually trims the trailing spaces (I did a select with mysql client to look at it). This happens both with 2.0.14 and with latest snapshot builds. The column is varchar(50). Has anybody a clue? Ciao Luca