buenos días:
sqlmod = "ALTER TABLE campa ADD codigo2 nchar(10) NOT NULL";
al ejecutar me devuelve este error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]ALTER TABLE only allows columns to be added that can contain nulls or have a DEFAULT definition specified. Column 'codigo2' cannot be added to table 'campa' because it does not allow nulls and does not specify a DEFAULT definition.
¿no se puede agregar una columna NOT NULL con alter table?
salu2.