Application Note for QuNect ODBC for QuickBase

Reading and Writing Quickbase Specific Field Properties

To access a table of field properties you can execute a SELECT statement like this:

            SELECT * from dbid~fields
    

where "dbid" is replaced with the DBID of the table whose properties you want to examine. You can use UPDATE statements on this meta-table to change field properties as well.