humbletechie
IS-IT--Management
Help! I created a table with a bunch of bit data types and they all are set to allow null. I am now trying to add another bit field and it gives me the following error
'TableName' table
- Unable to modify table.
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'ColumnName', table 'blabla.dbo.Tmp_Table'; column does not allow nulls. INSERT fails.
[Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated.
It allows me to add other data types just not bits. Can anyone help?
'TableName' table
- Unable to modify table.
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'ColumnName', table 'blabla.dbo.Tmp_Table'; column does not allow nulls. INSERT fails.
[Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated.
It allows me to add other data types just not bits. Can anyone help?