Hi Bruce,
I have been re-reading the NetTalk Book, 4th edition. On pages 284-285 you discuss how to handle data table locations. Here you mention that each table needs a full pathname variable set, for example !glo:customersFileName. You recommend it be threaded. I have multiple apps successfully running in the Host.exe without using a full pathname variable. I simply use the file name as seen in the example image attached. Then, in the WebHandler, ProcessLink embed I use:
crf001{prop:name} = clip(self.site.appPath) & 'crf001.tps'
I do this for all files in my DLL apps. Is this the wrong way to do things? Is a full pathname variable necessary?
Thanks,
Jeff King