From: John Honovich Date: 2008-03-23T17:32:24+09:00 Subject: Active Record Invalid Statement Can anyone help identify the cause of the exception below? Mysql::Error: Lost connection to MySQL server during query: SELECT * FROM `pages` WHERE (`pages`.`url` = 'http://vidsys.com/Solutions/Surveillance-Solutions/tabid/42902/Default.aspx') LIMIT 1 (ActiveRecord::StatementInvalid) I assume this is a problem related to the URL? I am thinking it might be the '-' in the URL. I am processing a collection of URLs, all work, except for this one. Any help would be appreciated. Best, John -- Posted via http://www.ruby-forum.com/.