contents.gifindex.gifprev1.gifnext1.gif

DBMaker: Native SQL Errors

You may encounter the following native SQL errors when using Acu4GL for DBMaker. These errors are generated by your database, so the exact wording and error number will vary.

9D,???? Too many BLOBs (binary large objects)

Some databases have restrictions on how many BLOBs can be placed into a single table.

9D,???? Invalid Column Name OR Reserved Word

You probably specified a column name using a word that has been reserved for your database. Locate the column by comparing a file trace of the CREATE TABLE to your database's list of reserved words. Apply the NAME directive to the field in the FD that is associated with the invalid column, then recompile the program to create a new XFD file.