recently I ran into a problem with SQL Transformer. The column names returned from the database are used for naming the children of sql:row, but those names can be something like "count(distinct xxx)" or 'SYS$xxxx', which violates the wellformed conditions of the return document.
alias your columns as a temporary workaround? ie "select sysdate-1 as mydate from dual;" I know oracle can do this , dunno about other databases.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
