Hello,
when using the HXTT Access driver, we noticed that recursive queries [1] are not possible, error message: "Syntax error: Stopped parse at WITH(id167)"
Neither did I find any information in the HXTT documentation. Are there any plans to support recursive queries in the future?
Thanks!
[1] http://en.wikipedia.org/wiki/Hierarchical_and_recursive_queries_in_SQL
Best regards
Patrick
|
HXTT Access supports CONNECT BY [NOCYCLE] recurse-condition] . You can find it at here
|