Tim,
So for you, msvnull=="NO" does not work, it must be "No" ???
What version of SQL Server do you have?
I have SQL Server 2005 and "NO" works fine for me...!!!
In SQL Query, what shows the IS_NULLABLE column of a
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'yourtable'
?
Seb