Hi, Currently the QLW works if the tables being accessed contain supported dabo data types. IOW no "?" are allowed. This fact has some problems. Today a user ran into a problem accessing tables (that he created with supported data types) because a special Postgres system table contained an unsupported data type. Currently, the user sees nothing - no error message when this happens. His solution was to add the "?" to the data types. This of course works but has other problems.
Ed this is your baby - so what would be your pleasure in providing a general solution for all DBs? I suggest a filter that does not allow access to any table containing unsupported data types and a warning message to the user. Provide a little direction and I can try coding it. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
