CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

Browse by Tags

All Tags » exception
  • IsNumeric and Cast headache

    An interesting issue was found by a colleague of mine: an exception when cast a nvarchar column to integer even if the column value was checked with IsNumeric on SQL 2000 SP4:select c.IDfrom dbo.COM_COMPANY c where IsNumeric(c.CODE) = 1 and convert(c.CODE as int) = 304 and DELETED = 0As result the following exception were raised:Msg 245, Level 16, ...
    Posted to Ivan Dragoev's Blog (Weblog) by idragoev on February 13, 2009
  • TypeInitializationException

    Hi, i'm using datagridview extension in my Visual studio 2008 project and it works fine but when i try to build the solution on another PC, i have an exception with this line : DataGridViewExtensionComponent dgvExtension = new DataGridViewExtensionComponent();  An  ''TypeInitializationException'', in the string of the exception i ...
    Posted to Product Support (Forum) by Anonymous on February 11, 2009
Powered by Community Server (Personal Edition), by Telligent Systems