This may not strictly be a NetTalk issue, but I thought I would raise it here for the gurus...
I am using an In Memory table on one of my NetWebBrowse/NetWebForms. It is basically a temporary table that gets used to generate a PDF report then discarded when the user moves on.
Problem is, I am getting the occasional error: 'Access Denied - Could not get write access to 'memtablename' so trying read-only'. <- Note: This is a dialog box that pops up on the server. The user never sees anything in the browser.
It doesn't happen all the time - only once in every 5 or 6 attempts to save information. What is happening here? I didn't think Memory tables could have this sort of issue? Certainly wouldn't be deadlocks happening on a memory table.... would there?
Cheers,
Devan