NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Thys on June 14, 2016, 05:37:32 AM
-
Hi,
I see there is a NetWebServerWorker method called SessionQueueToFile, which I assume is called internally before writing a record to disk. When using MSSQL with FK constraints, I would normally do a SETNULL on some of the fields before the db is updated.
Where then can I do a SETNULL on those fields before it is written to the db?
Thanks,
Thys
-
I've been putting my SetNull at the start of ValidateAll.
Matthew
-
Thanks Matthew. It works.