I've used a Little Fish Software data access layer template and I'm trying to insert a NULL value in an Int Database field (sql server 2000) but I can't associate DBNull.Value in a property mapped to this field.
When I try to do this I receive this error:
Cannot implicitly convert type 'System.DBNull' to 'int'
How can I get this ?
Help me please !!!!!!!!!!!!
Thanks
