Volume MFS vs. file MFS (OpenInsight 32-Bit)
At 22 MAY 2003 10:40:33PM Wilhelm Schmitt wrote:
We have a MFS that works fine when calling directly in OI. We can put it on a volume or on individual files. Works perfectly both ways.
When we call this same MFS through OECGI, it works only as a file MFS. The volume MFS doesn't recognize the files properly and fails.
Why?
Regards
Wilhelm
At 23 MAY 2003 10:52AM Bob Carten wrote:
Wilhelm:
what happens if your OECGI script calls ATTACH_TABLE on the volume?
Bob
At 23 MAY 2003 12:06PM Wilhelm Schmitt wrote:
Bob,
what happens if your OECGI script calls ATTACH_TABLE on the volume?
It works fine, but it is too slow.
We have a lot of files to open at different locations, so we don't use attach_table; we open the table image from APPLICATION.DBT
Regards
Wilhelm
At 23 MAY 2003 12:25PM Bob Carten - Revelation Technical Support wrote:
Thanks Wilhelm.
You helped me debug.
I knew attach would be slow.
Sounds like the presentation server runs some code that a standalone engine does not.
Will research.
Bob