I'm completely new to openAcs. Please correct me if I am wrong. Thanks
I'm trying to port a package.
By reading the documentation for openAcs 4, query extractor will
extract all the queries found in the tcl files to either
-oracle.xql or -postgreSQL.xql or the generic xql. In load time, the
query dispatcher will load up the most "specific" xql to the cache.
I've look at some of the ported packages, and noticed the queries
were still in the tcl file (and they are exist in the xql file as
well), so can somebody explain?
And finally, as mention above all query should keep in xql and NOT in
tcl. If I am correct on this, how do I invoke the query kept in the
xql file.
Thanks