Since you say that it is working at a client site, perhaps there is a database difference between your environment and the deployed environment? The exception is saying that your SQL is trying to compare an integer value/column with a varchar value/column which can't be done without casting.
Main Topics
Browse All Topics





by: jim_cakalicPosted on 2009-02-27 at 13:45:27ID: 23759862
Sounds like a SQL syntax error to me. Can you post the SQL statement that you are trying to execute?