MdotButler
Programmer
I keep getting a timeout when adding a field to an existing table which contains less than 1M records. After adding the field and selecting [Save] I get a warning to be expected as follows:
Once I reply to continue, the changes start to process for approximately 1 minute before they timeout with the following:
My question is which timeout value is being exceeded and how to increase it temporarily?
TIA
Mark
Code:
'BILLHDR' table
- Saving Definition Changes to tables with large amounts of data could take considerable amount of time. While changes are being saved, table data will not be accessable.
Code:
'BILLHDR' table
- Unable to modify table.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
TIA
Mark