Screen locks on error for Database table insert
Posted: May 17th, 2022, 3:43 pm
Was creating a new database table where the size allotted to a certain column was not enough for the datatype it was assigned. The error message shows and the table will not be created. But the parent widget will freeze at this point and will not allow you to scroll up to make any changes.
You can recreate this easily by assigning 0 length to a char column.
You can recreate this easily by assigning 0 length to a char column.