Table Builder (OpenInsight Specific)
At 07 AUG 2001 11:25:53AM dphillips wrote:
When I try to create a new table in Table Builder I am receiving the following message:
"Unable to create the temporary dictionary."
Does anyone know why I am getting this message.
Thanks,
-David
At 07 AUG 2001 12:11PM Colin Rule wrote:
It is likely that the Table Builder died at some point previously.
There is probably a table (or dictionary) called UNTITLED or TEMP_UNTITLED already there.
Access Database Manager and have a look.
You can then delete this file if it exists.
You may have to write a small program to do this manually.
Best of luck
Colin
At 08 AUG 2001 12:07PM Colin Bramich wrote:
It's also possible that your pathname to the table location is too long. Check that the pathname appears in full (no mention of '…' in the string).
Colin