I've narrowed it down to Witango DirectDBMS not liking Temporary Tables. Here's the simplest query to demonstrate this:
CREATE TEMPORARY TABLE tmp_table (id INT) TYPE=HEAP; DROP TABLE tmp_table;
Anyone have any clues on using Temporary tables.
FYI, the temporary tables are a work-around for some issues (lack of sub-selects, some quirks with JOIN) in MySQL 3.23. It looks like I'll have to do multiple queries and then combine the results in Witango.
thx
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
