Hey All:
As an extension of a previous question, unrelated to the first from the outside, I've created a new question.
My specific problem is that I have a situation like this:
Table_SetCreateMode(true);
get first table my_table;
The table doesn't exist in my system and Dexterity *is not building it*. It builds other tables in the script around it, but it simply will not build this one. The code continues on with no reference to trying to build the table, then blows its brains out later trying to read a table that it - for some reason - failed to create.
Oh, and I know about Table_DisableSQLErrors() [or whatever it is, I haven't looked it up for this post] that disables SQL errors, but if that is required to be set - why does it operate correctly for other tables in the same script?
Has anyone come across something like this?
Thanks.
-J