I added a new column to my table and I now receive this error message.
When
I trie to simply fill my datatable.
The new column did not effect the primary key of the table.
The new column is not yet populated with any values, the column is set to
unique = False
The column is set to AllowDBNull = True
I added another column to a diffrent table and ran into the same problem,
I
populated values into the column via SQL enterprise manager and everything
worked, but I should not need to do this.
Any help would be appreciated
--
T.Kitt