Looks ok. What is full create-table statement used to create the tForms table (including all types and sizes)?
Your version of Texis uses the 32-bit API across the board, including file offsets, as indicated by the sole `-32' at the end of the version. It is thus limited to max 2GB tables (though with blobs you might reach 4GB because it's 2 files). Later versions of Texis for Windows -- with `-64-32' in the version -- still use the 32-bit API for memory etc., but use the 64-bit file API, and can thus create/access tables larger than 2GB.
Your version of Texis uses the 32-bit API across the board, including file offsets, as indicated by the sole `-32' at the end of the version. It is thus limited to max 2GB tables (though with blobs you might reach 4GB because it's 2 files). Later versions of Texis for Windows -- with `-64-32' in the version -- still use the 32-bit API for memory etc., but use the 64-bit file API, and can thus create/access tables larger than 2GB.